search for: network_details_pag

Displaying 3 results from an estimated 3 matches for "network_details_pag".

Did you mean: network_details_page
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
...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: self.__current_page = NETWORK_PAGE elif self.net_apply_config == 1: self.__current_page = NETWORK_PAGE - elif is_manage...
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
....org/copyleft/gpl.html. + +from snack import * +from IPy import IP +import traceback +import re +import logging + +from configscreen import ConfigScreen +from networkconfig import NetworkConfig + +NETWORK_NAME_PAGE = 1 +IPV4_ADDRESS_PAGE = 2 +PUBLIC_NETWORK_ALERT_PAGE = 3 +NETWORK_DETAILS_PAGE = 4 +DHCP_RANGE_PAGE = 5 +NETWORK_TYPE_PAGE = 6 +SELECT_PHYSICAL_NETWORK_PAGE = 7 +SUMMARY_PAGE = 8 + +class DefineNetworkConfigScreen(ConfigScreen): + def __init__(self): + ConfigScreen.__init__(self, "Create A Virtual Network Interfa...
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
...l nics", buttons = ['Ok']) - self.__current_page = NETWORK_PAGE + self.__current_page = NETWORK_PAGE elif self.__nic_config_failed == 1: self.__current_page = NETWORK_DETAILS_PAGE else: -- 1.7.6