Displaying 1 result from an estimated 1 matches for "current_ntp_host1".
2011 Jul 18
0
[PATCH node] fix ipv6 support in dns/ntp callbacks
...self.ntp_host1.setCallback(self.valid_fqdn_or_ipv4)
+ self.ntp_host1.setCallback(self.ntp_host1_callback)
+
self.ntp_host2 = Entry(25)
- self.ntp_host2.setCallback(self.valid_fqdn_or_ipv4)
+ self.ntp_host2.setCallback(self.ntp_host2_callback)
+
self.current_ntp_host1 = augtool_get("/files/etc/ntp.conf/server[1]")
if self.current_ntp_host1:
self.ntp_host1.set(self.current_ntp_host1)
--
1.7.5.4