diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-02 04:36:20 -0800 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-02 04:36:20 -0800 |
| commit | 6aeb9e78460e6d31ba008d98eb8679488bfe1db9 (patch) | |
| tree | ec55475c948c2f757d493b09712d34217cc73d36 /bgpd/bgp_nht.h | |
| parent | e9d94ea7731e49dc5d9d4202b2f6e1226c021c0e (diff) | |
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 aeb0e407f4..4fc45e88d0 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. |
