diff options
author | GalaxyGorilla <sascha@netdef.org> | 2020-11-17 14:03:18 +0100 |
---|---|---|
committer | GalaxyGorilla <sascha@netdef.org> | 2021-01-19 16:32:13 +0100 |
commit | 66dc21bb23514710dfc411b7b2cfe55e92789718 (patch) | |
tree | 61ca8d5a935b5b11966838d2c7e09e680e2f0a58 /ospfd | |
parent | tests: Add verbosity flag to OSPF TI-LFA unit tests (diff) | |
download | frr-66dc21bb23514710dfc411b7b2cfe55e92789718.tar.xz frr-66dc21bb23514710dfc411b7b2cfe55e92789718.zip |
tests: Integrate unit tests for TI-LFA
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h index 86a14352b..811581c0d 100644 --- a/ospfd/ospf_route.h +++ b/ospfd/ospf_route.h @@ -136,7 +136,6 @@ extern void ospf_route_table_free(struct route_table *); extern void ospf_route_install(struct ospf *, struct route_table *); extern void ospf_route_table_dump(struct route_table *); -extern void ospf_route_table_print(struct vty *vty, struct route_table *rt); extern void ospf_intra_add_router(struct route_table *, struct vertex *, struct ospf_area *); |