summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nht.h
diff options
context:
space:
mode:
authorvivek <vivek@cumulusnetworks.com>2016-02-12 21:18:28 +0100
committervivek <vivek@cumulusnetworks.com>2016-02-12 22:50:22 +0100
commitad4cbda1a32f0bf49d794ab5b156d49f95645871 (patch)
tree993552b92d530ec11c6b265fb513a189d18f5cfd /bgpd/bgp_nht.h
parentQuagga: Support VRF unregister for clients (diff)
downloadfrr-ad4cbda1a32f0bf49d794ab5b156d49f95645871.tar.xz
frr-ad4cbda1a32f0bf49d794ab5b156d49f95645871.zip
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_nht.h b/bgpd/bgp_nht.h
index 4fc45e88d..af64750d7 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.
*/