]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Remove rib_lookup_ipv4_route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 15:15:27 +0000 (10:15 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 12 Dec 2018 16:54:12 +0000 (11:54 -0500)
commitc626d369fd42345a11f9b4ec8382b1e887495508
tree8ba117797cfba19eb1bc2764fb88df4282209b13
parentb7822d201632aaf7c24bc3b3a57c4e3f5ad92f7a
zebra: Remove rib_lookup_ipv4_route

The rib_lookup_ipv4_route function is only used in a debug path.
Is only used for v4 and only checks to make sure that the rib
and fib are in sync( which is not needed/used/supported on other
platforms ).  So let's just remove it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/kernel_socket.c
zebra/rib.h
zebra/zebra_rib.c