Displaying 1 result from an estimated 1 matches for "dns_grid".
Did you mean:
dls_grids
2011 Jul 18
0
[PATCH node] fix ipv6 support in dns/ntp callbacks
....set("")
+ self.reset_screen_colors()
+ return
+
def ipv4_ip_callback(self):
warn = 0
if not self.ipv4_netdevip.value() is None and not self.ipv4_netdevip.value() == "":
@@ -708,16 +738,16 @@ class NodeConfigScreen():
dns_grid.setField(Label("DNS Server 2: "), 0, 1, anchorLeft = 1)
dns_grid.setField(self.dns_host1, 1, 0, anchorLeft = 1)
dns_grid.setField(self.dns_host2, 1, 1, anchorLeft = 1)
- self.dns_host1.setCallback(self.valid_fqdn_or_ipv4)
- self.dns_host2.setCallbac...