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 <[email protected]>
> Signed-off-by: Alex Wang <[email protected]>

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to