]> git.puffer.fish Git - mirror/frr.git/commit
zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"
authorChristian Franke <chris@opensourcerouting.org>
Thu, 24 Jan 2013 14:04:45 +0000 (14:04 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 19 Sep 2013 15:51:16 +0000 (17:51 +0200)
commit676e1a0142ec8b181d4d7ea1038f461bc67c1ee1
tree69b6bd044d956a591a24bed2245cc48ef2a5c06b
parent9db047fcb1bedcf1a5a1962e49aa70f48f969b96
zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"

To match the semantics of IPv4, the ZEBRA_IFC_CONFIGURED flag
should be cleared when an IPv6 connected is uninstalled via
vty.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/interface.c