]> git.proxmox.com Git - mirror_ovs.git/commit
ovs-save: Preserve IPv6 link-local address on interface save.
authorAlexey I. Froloff <raorn@raorn.name>
Wed, 11 Feb 2015 12:28:52 +0000 (15:28 +0300)
committerBen Pfaff <blp@nicira.com>
Tue, 3 Mar 2015 16:07:35 +0000 (08:07 -0800)
commitb3a92948c954fdd80cbaac54ad49a1d38317cc5e
tree7e4f708bff533ddd62b8e7e594c598899c568a9b
parent7915c9d69d6597d723d2ef920753b30dccce6b54
ovs-save: Preserve IPv6 link-local address on interface save.

If IPv6 link-local address is removed from interface, it is unable to
receive any IPv6 packets, including Route Advertisements.

In save_interface only skip IPv4 "scope link" addresses.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-save