summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zlookup.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-11-02 00:24:59 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-02 00:24:59 +0100
commita756969dc61880d781060a9387c7bdf6da02a238 (patch)
tree8607532fc8861413d9ea72fde1060f7cda696ca0 /pimd/pim_zlookup.h
parentlib, zebra: Encode nexthop vrf in nht updates (diff)
downloadfrr-a756969dc61880d781060a9387c7bdf6da02a238.tar.xz
frr-a756969dc61880d781060a9387c7bdf6da02a238.zip
pimd, zebra: Encode nexthop vrf in message
Encode the nexthop vrf in the message sent about mrib lookups. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zlookup.h')
-rw-r--r--pimd/pim_zlookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zlookup.h b/pimd/pim_zlookup.h
index f8a2d59f6..09e8dcd51 100644
--- a/pimd/pim_zlookup.h
+++ b/pimd/pim_zlookup.h
@@ -27,6 +27,7 @@
#define PIM_NEXTHOP_LOOKUP_MAX (3) /* max. recursive route lookup */
struct pim_zlookup_nexthop {
+ vrf_id_t vrf_id;
struct prefix nexthop_addr;
ifindex_t ifindex;
uint32_t route_metric;