search for: get_gateway

Displaying 6 results from an estimated 6 matches for "get_gateway".

2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
...if current_netmask != "": self.ipv4_netdevmask.set(current_netmask) if "OVIRT_IP_GATEWAY" in OVIRT_VARS: self.ipv4_netdevgateway.set(OVIRT_VARS["OVIRT_IP_GATEWAY"]) else: - current_gateway = get_gateway(self.nic_lb.current()) - if current_gateway == "": - current_gateway = get_gateway("br" + self.nic_lb.current()) + current_gateway = get_gateway(dev) if is_valid_ipv4(current_gateway) or is_valid_ipv6(current_gateway):...
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
..._IPV6_GATEWAY" in OVIRT_VARS: + self.ipv6_netdevgateway.set(OVIRT_VARS["OVIRT_IPV6_GATEWAY"]) + else: + current_gateway = get_ipv6_gateway(self.nic_lb.current()) + if current_gateway == "": + current_gateway = get_gateway("br" + self.nic_lb.current()) ipv6_grid = Grid (5,4) ipv6_grid.setField(Label("IP Address: "), 0, 1, anchorLeft = 1) ipv6_grid.setField(Label("Netmask: "), 0, 2, anchorLeft = 1) diff --git a/scripts/ovirtfunctions.py b/scripts/ovirtfunc...
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
..._IPV6_GATEWAY" in OVIRT_VARS: + self.ipv6_netdevgateway.set(OVIRT_VARS["OVIRT_IPV6_GATEWAY"]) + else: + current_gateway = get_ipv6_gateway(self.nic_lb.current()) + if current_gateway == "": + current_gateway = get_gateway("br" + self.nic_lb.current()) ipv6_grid = Grid (5,4) ipv6_grid.setField(Label("IP Address: "), 0, 1, anchorLeft = 1) ipv6_grid.setField(Label("Netmask: "), 0, 2, anchorLeft = 1) diff --git a/scripts/ovirtfunctions.py b/scripts/ovirtfunc...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...manual +d-i mirror/http/proxy string + +d-i clock-setup/utc boolean true +d-i time/zone string Europe/London +d-i clock-setup/ntp boolean true + +#d-i netcfg/disable_dhcp boolean true +d-i netcfg/get_nameservers string $c{NetNameservers} +#d-i netcfg/get_netmask string \$c{NetNetmask} +#d-i netcfg/get_gateway string \$c{NetGateway} +d-i netcfg/confirm_static boolean true +d-i netcfg/get_domain string $c{TestHostDomain} +d-i netcfg/wireless_wep string + +d-i passwd/root-password password xenroot +d-i passwd/root-password-again password xenroot +d-i passwd/user-fullname string FLOSS Xen Test +d-i passwd/u...
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According