]> git.puffer.fish Git - mirror/frr.git/commit
isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` in 3764/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Feb 2019 15:20:51 +0000 (10:20 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Mar 2019 20:22:22 +0000 (16:22 -0400)
commit9fb2b87997ac8a69133e5c157374eb2944671a27
treebd8c7f634fc1a82a4d580f9e4e057f93e261dc30
parent906b54ddba69293eb38430c241548aad8c273eae
isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` in

The rib process of handling routes has been unified a bit more
and as a result v6 LL routes are now showing up as a result
of a `redistribute connected`.  Doing anything with these
routes is a policy decision that should be enforced by the
individual routing daemons not by zebra.  As such add a bit
of code to isisd, ripngd and opsf6d to handle them.  The bgp daemon
already handles this situation.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
isisd/isis_zebra.c
ospf6d/ospf6_zebra.c
ripngd/ripng_zebra.c