diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-08 15:04:29 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-08 15:04:29 +0200 |
| commit | a78d1c77fec88a41d2ead12ca71a4f56e7ebf38e (patch) | |
| tree | 7efc816381bb169eaba316ac3ff204c48d932621 /doc/developer | |
| parent | b3bce3a4fc06f3b7a9b57a4d2266747a3c0f9184 (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.rst | 2 |
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 | +----------------------------+--------------------------------------------------+ |
