]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Don't resolve to diff interface if given 4955/head
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 9 Sep 2019 21:20:17 +0000 (17:20 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 9 Sep 2019 21:20:17 +0000 (17:20 -0400)
commit6913cb1b20a76f68f185f4ae65349a358bd4b372
tree289b83eebd85b3891feaf77c84068fc957cf1f31
parentc0643af64efd384f2bc864cc496350a00d6e81ae
zebra: Don't resolve to diff interface if given

If the nexthop is of type `GATEWAY_IFINDEX` then the nexthop
should not resolve to a nexthop that has a different ifindex
from the one given.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_nhg.c