Displaying 1 result from an estimated 1 matches for "netvlanid".
Did you mean:
neg_lanid
2011 Jul 18
0
[PATCH] fix ipv6 switch to disabled
...quot;]
+ if OVIRT_VARS.has_key("OVIRT_IPV6_NETMASK"):
+ del OVIRT_VARS["OVIRT_IPV6_NETMASK"]
+ if OVIRT_VARS.has_key("OVIRT_IPV6_GATEWAY"):
+ del OVIRT_VARS["OVIRT_IPV6_GATEWAY"]
+
if self.netvlanid.value() != "":
augtool("set", "/files/" + OVIRT_DEFAULTS + "/OVIRT_VLAN", '"' + self.netvlanid.value() + '"')
if self.dhcp_ipv6_nic_proto.value() == 1:
@@ -1192,6 +1206,7 @@ class NodeConfigScreen():...