1 Dec 2009 01:00
Re: [PATCH net-next-2.6] bonding: allow arp_ip_targets to be on a separate vlan from bond device
Jay Vosburgh <fubar <at> us.ibm.com>
2009-12-01 00:00:38 GMT
2009-12-01 00:00:38 GMT
Andy Gospodarek <andy <at> greyhouse.net> wrote: >This allows a bond device to specify an arp_ip_target as a host that is >not on the same vlan as the base bond device. A configuration like >this, now works: > >1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 qlen 1000 > link/ether 00:13:21:be:33:e9 brd ff:ff:ff:ff:ff:ff >3: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 qlen 1000 > link/ether 00:13:21:be:33:e9 brd ff:ff:ff:ff:ff:ff >8: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue > link/ether 00:13:21:be:33:e9 brd ff:ff:ff:ff:ff:ff > inet6 fe80::213:21ff:febe:33e9/64 scope link > valid_lft forever preferred_lft forever >9: bond0.100 <at> bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue > link/ether 00:13:21:be:33:e9 brd ff:ff:ff:ff:ff:ff > inet 10.0.100.2/24 brd 10.0.100.255 scope global bond0.100 > inet6 fe80::213:21ff:febe:33e9/64 scope link > valid_lft forever preferred_lft forever I'm not quite clear here on exactly what it is that doesn't work. Putting the arp_ip_target on a VLAN destination already works (and has for a long time); I just checked against a 2.6.32-rc to make(Continue reading)
RSS Feed