Displaying 2 results from an estimated 2 matches for "net_apply_config".
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
...ig-setup.py b/scripts/ovirt-config-setup.py
index a83e7e8..4bd46d5 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -1570,13 +1570,12 @@ class NodeConfigScreen():
self.__current_page = menu_choice
if self.net_apply_config == 1:
self.net_apply_config = 0
- self.__current_page = NETWORK_PAGE
elif self.__current_page == NETWORK_DETAILS_PAGE:
if pressed == BACK_BUTTON:
se...
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
...nt_gateway = get_gateway(dev)
if is_valid_ipv4(current_gateway) or is_valid_ipv6(current_gateway):
self.ipv4_netdevgateway.set(current_gateway)
ipv4_grid = Grid (5,3)
@@ -1576,10 +1572,7 @@ class NodeConfigScreen():
elif self.net_apply_config == 1:
self.__current_page = NETWORK_PAGE
elif is_managed():
- dev_interface,dev_bootproto,dev_vendor,dev_address,dev_driver,dev_conf_status = self.nic_dict[self.nic_lb.current()].split(",", 5)
-...