diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-03-30 08:48:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 08:48:25 -0400 |
| commit | 5c9254bd52ae69d957c08dd396948e29ae016c16 (patch) | |
| tree | bf19222e6c6e8f7723e87a52ed406acfcbd73590 /ospfd/ospf_interface.h | |
| parent | 9b25636e14b99e8a5ff87930bc078b6966f93f1c (diff) | |
| parent | cbf32f74ef26de9c4b4eaa128b25d35d2c55b809 (diff) | |
Merge pull request #8362 from idryzhov/fix-ospf-cli-count
ospfd: fix counting of "ip ospf area" commands
Diffstat (limited to 'ospfd/ospf_interface.h')
| -rw-r--r-- | ospfd/ospf_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index a9534f543d..e2d7327381 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -338,6 +338,8 @@ extern void ospf_if_set_multicast(struct ospf_interface *); extern void ospf_if_interface(struct interface *ifp); +extern uint32_t ospf_if_count_area_params(struct interface *ifp); + DECLARE_HOOK(ospf_vl_add, (struct ospf_vl_data * vd), (vd)); DECLARE_HOOK(ospf_vl_delete, (struct ospf_vl_data * vd), (vd)); |
