summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-06-08 10:24:29 -0400
committerGitHub <noreply@github.com>2021-06-08 10:24:29 -0400
commit1c5cc081286310d969a3655a8262d63ac8946865 (patch)
tree69e9b5db3ae7191ebb823bae76790b698e49dc77 /ospf6d/ospf6_interface.h
parent7b450535c9aad7eebaeebc167a3f6ef2028922c8 (diff)
parent12a97d4668593a05787000fae3e249667ac440e2 (diff)
Merge pull request #8727 from opensourcerouting/ospfv3-nssa
ospf6d: implement NSSA area support
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index 48b2cbff74..fb1b947cf8 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -189,6 +189,8 @@ extern void ospf6_interface_if_add(struct interface *);
extern void ospf6_interface_state_update(struct interface *);
extern void ospf6_interface_connected_route_update(struct interface *);
extern void ospf6_interface_connected_route_add(struct connected *);
+extern struct in6_addr *
+ospf6_interface_get_global_address(struct interface *ifp);
/* interface event */
extern int interface_up(struct thread *);