]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: add an exception for link-local connected routes
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 1 Sep 2017 14:44:22 +0000 (11:44 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 1 Sep 2017 14:44:22 +0000 (11:44 -0300)
commit5f20552d51647a7ab672b9e7dbdf7de757c9fb29
tree87820b135d4628bb327bd5becf15d5ddfd1438be
parent8ba5bd58aa7bb8de6c18dd4ebddecf142ae4012e
zebra: add an exception for link-local connected routes

Link-local routes are unique in the sense that they all have the same
prefix but have different nexthops (local interfaces). Add an exception
in rib_add() to allows us to keep track of all of them.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/zebra_rib.c