]> git.puffer.fish Git - mirror/frr.git/commit
pbrd: Don't track ipv6 link locals 5120/head
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 7 Oct 2019 22:01:21 +0000 (18:01 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 7 Oct 2019 22:29:01 +0000 (18:29 -0400)
commitcb254f41c05cbefdd5564a7a910e441ee349ed0e
tree7692366e1b1ebc014e770ef78c3eb66a4980164e
parent4668ac905cf97e298fbc1b11929c64bc7b5a60af
pbrd: Don't track ipv6 link locals

Don't bother tracking ipv6 link locals to determine if a map
should be installed. Every interface has a route of `fe80::/64`
so its just going to return the arbitrarily first one it finds
when it resolves it and hands it back to us.

Instead, just track the interface we specify along with it.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
pbrd/pbr_nht.c
pbrd/pbr_vty.c
pbrd/pbr_zebra.c