> > > > Just so we are on the same page with terminology, when you say ARP > entry are you referring to the OVS fdb entry? >
Yes, > Further testing and I've observed a little bit of weirdness (IMO) with > the fdb reporting during a reboot & arping. > > [root@base~]# while true; do ovs-appctl fdb/show br-inet | grep > fe:dd:3f:1e:71:f6; sleep 1; done > (working) > 14 0 fe:dd:3f:1e:71:f6 1 > 14 0 fe:dd:3f:1e:71:f6 1 > 14 0 fe:dd:3f:1e:71:f6 1 > 14 0 fe:dd:3f:1e:71:f6 1 > 14 0 fe:dd:3f:1e:71:f6 0 > 14 0 fe:dd:3f:1e:71:f6 0 > 14 0 fe:dd:3f:1e:71:f6 0 > 1 0 fe:dd:3f:1e:71:f6 0 - rebooted lxc container > 1 0 fe:dd:3f:1e:71:f6 1 > 15 0 fe:dd:3f:1e:71:f6 0 - fdb temporarily shows *correct* > port > 1 0 fe:dd:3f:1e:71:f6 1 - fdb reverts back to port 1 for > some reason > 1 0 fe:dd:3f:1e:71:f6 0 > 1 0 fe:dd:3f:1e:71:f6 1 > 1 0 fe:dd:3f:1e:71:f6 2 > 1 0 fe:dd:3f:1e:71:f6 3 > 1 0 fe:dd:3f:1e:71:f6 4 > 1 0 fe:dd:3f:1e:71:f6 5 > 1 0 fe:dd:3f:1e:71:f6 6 > 1 0 fe:dd:3f:1e:71:f6 7 > 1 0 fe:dd:3f:1e:71:f6 9 > 1 0 fe:dd:3f:1e:71:f6 10 > 1 0 fe:dd:3f:1e:71:f6 11 > 1 0 fe:dd:3f:1e:71:f6 12 > 1 0 fe:dd:3f:1e:71:f6 13 > 1 0 fe:dd:3f:1e:71:f6 14 > 1 0 fe:dd:3f:1e:71:f6 15 > 1 0 fe:dd:3f:1e:71:f6 16 > 1 0 fe:dd:3f:1e:71:f6 17 > 1 0 fe:dd:3f:1e:71:f6 18 > 1 0 fe:dd:3f:1e:71:f6 1 - ran > /sbin/arping -U -A -c 5 -I inet > 192.168.0.12 > from container > 15 0 fe:dd:3f:1e:71:f6 1 - port id updated > 1 0 fe:dd:3f:1e:71:f6 1 - port id reset back to port 1 > 15 0 fe:dd:3f:1e:71:f6 1 - port id back to correct value > 15 0 fe:dd:3f:1e:71:f6 1 - port id remains at correct > value for lifetime of > container, until next reboot > 15 0 fe:dd:3f:1e:71:f6 1 > 15 0 fe:dd:3f:1e:71:f6 1 > > I'm not heavily experienced with OVS to know whether the above is > 'normal' but it seems strange :) > May I know what is port 1 and port 15? (via `ovs-ofctl show br-inet`) Also, could you provide the `ovs-vsctl show` output? Did you use bond? Thanks, Alex Wang,
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss