]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_snmp.c
ospfd: Remove unused function
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 21 Aug 2018 12:40:51 +0000 (08:40 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 21 Aug 2018 12:40:51 +0000 (08:40 -0400)
commit19c0412aadd7ee454c9cfb4beffad69232c27330
treecb72177857ea5c669182e4a420e987ac0d166dfb
parentf8a523363e8a948aa0a55477826b8fae1d43cd5a
ospfd: Remove unused function

The ospf_external_route_lookup function was not
being used so let's just remove it.

Unfortunately the removal was not quite so simple as
that ospf_asbr.h was being used to generate a reference
for the `struct ospf_route` data structure, so we
need to fix up the compile by fixing up header
inclusions so that ospf_route.h is actually included

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfclient/ospf_apiclient.c
ospfd/ospf_asbr.c
ospfd/ospf_asbr.h
ospfd/ospf_main.c
ospfd/ospf_snmp.c
ospfd/ospfd.c