diff options
| author | Russ White <russ@riw.us> | 2022-10-12 09:30:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 09:30:36 -0400 |
| commit | 984eb32b588186ac946733c5c3fe8032bae28ebc (patch) | |
| tree | fadbfb00938fbd06eb92909bfe628857b7b3d00f /ospfd/ospf_route.h | |
| parent | 87d54383c520799a90457e84e2242b6fa2024f73 (diff) | |
| parent | 80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc (diff) | |
Merge pull request #11159 from maduri111/bgpd-orr
bgpd: optimal route reflection
Diffstat (limited to 'ospfd/ospf_route.h')
| -rw-r--r-- | ospfd/ospf_route.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfd/ospf_route.h b/ospfd/ospf_route.h index fa9478fced..e7e2b651c5 100644 --- a/ospfd/ospf_route.h +++ b/ospfd/ospf_route.h @@ -172,5 +172,6 @@ extern void ospf_delete_discard_route(struct ospf *, struct route_table *, struct prefix_ipv4 *); extern int ospf_route_match_same(struct route_table *, struct prefix_ipv4 *, struct ospf_route *); - +extern int ospf_route_exist_new_table(struct route_table *rt, + struct prefix_ipv4 *prefix); #endif /* _ZEBRA_OSPF_ROUTE_H */ |
