summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-11-01 02:41:28 +0100
committerGitHub <noreply@github.com>2018-11-01 02:41:28 +0100
commit55123eb040781bda93b4055d09d7c303af2e38ac (patch)
tree84b6a953cac365dfd5cda4b510afa09baa7a1417 /ospfd/ospf_interface.h
parentMerge pull request #3139 from adharkar/frr-bgp_cli (diff)
parentospfd: do not remove area structure, while vls are configured (diff)
downloadfrr-55123eb040781bda93b4055d09d7c303af2e38ac.tar.xz
frr-55123eb040781bda93b4055d09d7c303af2e38ac.zip
Merge pull request #3239 from pguibert6WIND/ospf_virtual_link_config
ospfd: do not remove area structure, while vls are configured
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r--ospfd/ospf_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index 73ded208c..b88d40587 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -300,6 +300,7 @@ extern struct ospf_vl_data *ospf_vl_data_new(struct ospf_area *,
struct in_addr);
extern struct ospf_vl_data *ospf_vl_lookup(struct ospf *, struct ospf_area *,
struct in_addr);
+extern int ospf_vl_count(struct ospf *ospf, struct ospf_area *area);
extern void ospf_vl_data_free(struct ospf_vl_data *);
extern void ospf_vl_add(struct ospf *, struct ospf_vl_data *);
extern void ospf_vl_delete(struct ospf *, struct ospf_vl_data *);