On Tue, Jul 28, 2015 at 10:32:27AM -0700, Alex Wang wrote: > When ovs cleans up unused vlan sub interfaces created by vlan splinter > feature, it will not touch interface that has ip address assigned. > However, the get_in6() function implemented in netdev-linux module > is buggy and always returns 0 (found ipv6 address). This causes the > vlan splinter created sub interfaces never being removed. > > Since vlan splinter check is the only user of get_in6 function and > there is no known use case of vlan interface with ipv6 address, we can > simply remove the call of get_in6() function in vlan splinter check. > > VMware-BZ: #1485521 > Reported-by: Ronald Lee <ronald...@vmware.com> > Signed-off-by: Alex Wang <al...@nicira.com>
Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev