diff options
| author | vivek <vivek@cumulusnetworks.com> | 2016-02-12 12:18:28 -0800 |
|---|---|---|
| committer | vivek <vivek@cumulusnetworks.com> | 2016-02-12 13:50:22 -0800 |
| commit | ad4cbda1a32f0bf49d794ab5b156d49f95645871 (patch) | |
| tree | 993552b92d530ec11c6b265fb513a189d18f5cfd /bgpd/bgp_nht.h | |
| parent | 0e5223e7a0366d6c61b1baf609c81d4d59199853 (diff) | |
BGP: VRF registration and cleanup
Various changes and fixes related to VRF registration, deletion,
BGP exit etc.
- Define instance type
- Ensure proper handling upon instance create, delete and
VRF add/delete from zebra
- Cleanup upon bgp_exit()
- Ensure messages are not sent to zebra for unknown VRFs
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-9128, CM-7203
Reviewed By: CCR-4098
Testing Done: Manual
Diffstat (limited to 'bgpd/bgp_nht.h')
| -rw-r--r-- | bgpd/bgp_nht.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_nht.h b/bgpd/bgp_nht.h index 4fc45e88d0..af64750d75 100644 --- a/bgpd/bgp_nht.h +++ b/bgpd/bgp_nht.h @@ -22,8 +22,6 @@ #ifndef _BGP_NHT_H #define _BGP_NHT_H -extern void bgp_nht_register_all (vrf_id_t); - /** * bgp_parse_nexthop_update() - parse a nexthop update message from Zebra. */ |
