summaryrefslogtreecommitdiffstats
path: root/zebra/connected.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/connected.h')
-rw-r--r--zebra/connected.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/connected.h b/zebra/connected.h
index 9595ddb1..0f7c586b 100644
--- a/zebra/connected.h
+++ b/zebra/connected.h
@@ -25,6 +25,8 @@
extern struct connected *
connected_check (struct interface *ifp, struct prefix *p);
+extern struct connected *
+connected_check_ptp (struct interface *ifp, struct prefix *p, struct prefix *d);
extern void
connected_add_ipv4 (struct interface *ifp, int flags, struct in_addr *addr,