summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nht.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-02-02 13:36:20 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-02-02 13:36:20 +0100
commit6aeb9e78460e6d31ba008d98eb8679488bfe1db9 (patch)
treeec55475c948c2f757d493b09712d34217cc73d36 /bgpd/bgp_nht.h
parentvtysh: Add VRF sub-mode (diff)
downloadfrr-6aeb9e78460e6d31ba008d98eb8679488bfe1db9.tar.xz
frr-6aeb9e78460e6d31ba008d98eb8679488bfe1db9.zip
bgpd: Add the ability to use a VRF to bgp
Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_nht.h')
-rw-r--r--bgpd/bgp_nht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_nht.h b/bgpd/bgp_nht.h
index aeb0e407f..4fc45e88d 100644
--- a/bgpd/bgp_nht.h
+++ b/bgpd/bgp_nht.h
@@ -22,7 +22,7 @@
#ifndef _BGP_NHT_H
#define _BGP_NHT_H
-extern void bgp_nht_register_all (void);
+extern void bgp_nht_register_all (vrf_id_t);
/**
* bgp_parse_nexthop_update() - parse a nexthop update message from Zebra.