search for: bond_mode

Displaying 10 results from an estimated 10 matches for "bond_mode".

Did you mean: cond_mode
2017 Sep 13
1
[PATCH 05/10] drivers:net: return -ENOMEM on allocation failure.
...en Pais <allen.lkml at gmail.com> Hi Allen Although correct, if you look higher up the call chain, this appears to be not so useful. rlb_initialize() is only called by bond_alb_initialize(), and it propagates the -1. That is only called by bond_open() with: if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) return -ENOMEM; So you might want to also modify this code, to return the return value, rather than use the hard coded ENOMEM. Since you code is OK as far as it goes: Reviewed-by: Andrew Lunn <andrew at lunn.ch> Andrew
2019 Mar 13
1
vlan tagging for openVSwitch
...ource network='ovsbr0' portgroup='vlan-55'/>       <model type='virtio'/>     </interface> When the guest is fully initialized vSwitch shows:  ... _uuid               : b3c130db-fa84-49f8-9cf5-824ec8cf3b81 bond_downdelay      : 0 bond_fake_iface     : false bond_mode           : [] bond_updelay        : 0 external_ids        : {} fake_bridge         : false interfaces          : [35c0a914-a21a-43d7-9f63-adacffbb62bc] lacp                : [] mac                 : [] name                : "ovsbr0" other_config        : {} qos                 : [] stati...
2011 Mar 02
4
networkinterface type proposal
...er interface with two slaves networkinterface { "bond0": ensure => "enabled", ipaddress => "10.0.0.4", netmask => "255.255.255.0", gateway => "10.0.0.1", # rather than support a crapload of attributes like "bond_mode => active_backup", # use the new-style BONDING_OPTS variable extra_opts => "BONDING_OPTS=''mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254''" } # slave interfaces for the bond networkinterface { "eth0": ensure => enabled,...
2017 Sep 13
0
[PATCH 05/10] drivers:net: return -ENOMEM on allocation failure.
> propagates the -1. That is only called by bond_open() with: > > if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) > return -ENOMEM; > > So you might want to also modify this code, to return the return > value, rather than use the hard coded ENOMEM. > I'll modify the above and send it out a separate patch. Thank you.
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
...generated for you when you first define the interface[...]" This interfaceid doesn't seem to have anything to do with ovsdb values. $ ovs-vsctl find Port 'name=vm_test' _uuid : f0f06327-6fcc-4073-b8c8-3f42944d43ca bond_downdelay : 0 bond_fake_iface : false bond_mode : [] bond_updelay : 0 external_ids : {} fake_bridge : false interfaces : [eb7fad6e-3728-4bf7-b31e-4a1693e2ec4b] lacp : [] mac : [] name : "vm_test" other_config : {} qos : [] stat...
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
...ving to openvswitch be another possible workaround? My config:- Bonded ethernet connected to trunks on Cisco 3750 stack with connection as follows:- eth0 --> bond0 eth1 --> bond0 --> br200 --> vif2.0 /etc/network/interfaces:- iface bond0 inet manual slaves eth0 eth1 bond_mode 5 bond-miimon 100 bond-downdelay 200 bond-updelay 200 auto br200 iface br200 inet static address 172.31.1.66 gateway 172.31.1.65 netmask 255.255.255.240 bridge_ports bond0 bridge_maxwait 0 bridge_fd 9 bridge_hello 2...
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
...ving to openvswitch be another possible workaround? My config:- Bonded ethernet connected to trunks on Cisco 3750 stack with connection as follows:- eth0 --> bond0 eth1 --> bond0 --> br200 --> vif2.0 /etc/network/interfaces:- iface bond0 inet manual slaves eth0 eth1 bond_mode 5 bond-miimon 100 bond-downdelay 200 bond-updelay 200 auto br200 iface br200 inet static address 172.31.1.66 gateway 172.31.1.65 netmask 255.255.255.240 bridge_ports bond0 bridge_maxwait 0 bridge_fd 9 bridge_hello 2...
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/spider-pci.c +++ b/arch/powerpc/platforms/cell/spider-pci.c @@ -106,7 +106,7
2009 Jul 05
9
Xen Networking and bonded interfaces on Debia Lenny
Greetings all. This has been an ongoing issue for me for a few months, and I''ve been trying to get an answer. My server has two NICs, and I want to set up the following: NICs (x2) -> bond (mode 5) -> Xen Bridge -> Doms ...however, trying to configure this doesn''t seem to work: network-bridge steals eth0 instead of bond0, which breaks the bond AND my networking. The
2011 Sep 08
15
correct steps to add XEN bridge to Debian squeeze?
Hi all, Does anyone know what the correct steps are to add a XEN bridge, let''s say xenbr0 to Debian Squeeze? I have added the following to /etc/network/interfaces # XEN Bridge auto xenbr0 iface xenbr0 inet manual bridge ports eth0 bridge_stp off bridge_fd 0 And then rebooted the server but brctl show still shows eth0 as bridge: newusaxen:~# brctl