diff options
Diffstat (limited to 'zebra/connected.h')
-rw-r--r-- | zebra/connected.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/connected.h b/zebra/connected.h index 9595ddb1..c589bd67 100644 --- a/zebra/connected.h +++ b/zebra/connected.h @@ -52,4 +52,5 @@ extern void connected_down_ipv6 (struct interface *ifp, struct connected *); #endif /* HAVE_IPV6 */ +extern int connected_is_unnumbered (struct interface *); #endif /*_ZEBRA_CONNECTED_H */ |