]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, zebra: Pass distance as part of the ZEBRA_NEXTHOP_UPDATE
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Dec 2016 17:05:29 +0000 (12:05 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 16:48:35 +0000 (11:48 -0500)
commitd14b95ce968a44a8278745fc23ac9f37e98629a1
treea07f93790c944ea4c8fcee51a1ed7ad5e6b2bf51
parent38f4935a5d0868517f949696186e1828cee3ae20
bgpd, zebra: Pass distance as part of the ZEBRA_NEXTHOP_UPDATE

When zebra calls routing protocols back with either
ZEBRA_NEXTHOP_UPDATE or ZEBRA_IMPORT_CHECK_UPDATE
pass the distance value too.

This is to set us up for nht for pim as that it needs
the distance sometimes too.

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