diff options
| author | rgirada <rgirada@vmware.com> | 2020-08-15 01:27:40 -0700 |
|---|---|---|
| committer | rgirada <rgirada@vmware.com> | 2020-11-01 21:13:20 -0800 |
| commit | ad7222b76c3bf21914f97b925ed4bf80c2210078 (patch) | |
| tree | 87a60f2b9dcda5482e522e729ee4bb0cef439b56 /ospfd/ospf_asbr.h | |
| parent | cb2bc4cb0293fca15794c67726a87c699553cf10 (diff) | |
ospfd: Summarisation init/de-init.
Description:
Summarisation initilisation and de-init apis.
summary route table will be created as part of initilisation
at the time of ospf deamon init.
Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'ospfd/ospf_asbr.h')
| -rw-r--r-- | ospfd/ospf_asbr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospf_asbr.h b/ospfd/ospf_asbr.h index ec02fa15a6..0905793636 100644 --- a/ospfd/ospf_asbr.h +++ b/ospfd/ospf_asbr.h @@ -130,4 +130,8 @@ extern void ospf_asbr_route_install_lsa(struct ospf_lsa *); extern struct ospf_lsa *ospf_external_info_find_lsa(struct ospf *, struct prefix_ipv4 *p); +/* External Route Aggregator */ +extern void ospf_asbr_external_aggregator_init(struct ospf *instance); + +extern void ospf_external_aggregator_free(struct ospf_external_aggr_rt *aggr); #endif /* _ZEBRA_OSPF_ASBR_H */ |
