summaryrefslogtreecommitdiff
path: root/doc/developer
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2019-11-08 15:04:29 +0200
committerDonatas Abraitis <donatas.abraitis@gmail.com>2019-11-08 15:04:29 +0200
commita78d1c77fec88a41d2ead12ca71a4f56e7ebf38e (patch)
tree7efc816381bb169eaba316ac3ff204c48d932621 /doc/developer
parentb3bce3a4fc06f3b7a9b57a4d2266747a3c0f9184 (diff)
bgpd: Remove not used bgp_find_nexthop() function
Seems like a dead code. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/next-hop-tracking.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/developer/next-hop-tracking.rst b/doc/developer/next-hop-tracking.rst
index a9af5e749c..99e1d65c2b 100644
--- a/doc/developer/next-hop-tracking.rst
+++ b/doc/developer/next-hop-tracking.rst
@@ -111,8 +111,6 @@ provides the following APIs:
+============================+==================================================+
| bgp_find_or_add_nexthop() | find or add a nexthop in BGP nexthop table |
+----------------------------+--------------------------------------------------+
-| bgp_find_nexthop() | find a nexthop in BGP nexthop table |
-+----------------------------+--------------------------------------------------+
| bgp_parse_nexthop_update() | parse a nexthop update message coming from zebra |
+----------------------------+--------------------------------------------------+