summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2019-11-08 14:04:29 +0100
committerDonatas Abraitis <donatas.abraitis@gmail.com>2019-11-08 14:04:29 +0100
commita78d1c77fec88a41d2ead12ca71a4f56e7ebf38e (patch)
tree7efc816381bb169eaba316ac3ff204c48d932621 /doc
parentMerge pull request #5280 from qlyoung/doc-clean-topotest-json (diff)
downloadfrr-a78d1c77fec88a41d2ead12ca71a4f56e7ebf38e.tar.xz
frr-a78d1c77fec88a41d2ead12ca71a4f56e7ebf38e.zip
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')
-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 a9af5e749..99e1d65c2 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 |
+----------------------------+--------------------------------------------------+