]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Do not force NEXTHOP_TYPE to XXX_IFINDEX
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Jan 2017 12:36:57 +0000 (07:36 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 31 Jan 2017 13:07:27 +0000 (08:07 -0500)
commit6bcc7f4b7ed40169802404c22bb619665730d5fa
treeaf521458c9da1dca191e23b8ded7a1c5427d2588
parenta118e71d0e01e7923522f13e5ddd0f9e2803ec0a
zebra: Do not force NEXTHOP_TYPE to XXX_IFINDEX

The original goal of the zebra change was to force all:
NEXTHOP_TYPE_IPV4 -> NEXTHOP_TYPE_IPV4_IFINDEX
NEXTHOP_TYPE_IPV6 -> NEXTHOP_TYPE_IPV6_IFINDEX

This causes issues in routes being installed into the kernel
backing this out until I can get time to fully understand
what is going wrong.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c