diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-02 13:36:20 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-02 13:36:20 +0100 |
commit | 6aeb9e78460e6d31ba008d98eb8679488bfe1db9 (patch) | |
tree | ec55475c948c2f757d493b09712d34217cc73d36 /bgpd/bgp_nht.h | |
parent | vtysh: Add VRF sub-mode (diff) | |
download | frr-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.h | 2 |
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. |