diff options
Diffstat (limited to 'zebra/connected.h')
-rw-r--r-- | zebra/connected.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/connected.h b/zebra/connected.h index 0f7c586b..d7934055 100644 --- a/zebra/connected.h +++ b/zebra/connected.h @@ -54,4 +54,9 @@ extern void connected_down_ipv6 (struct interface *ifp, struct connected *); #endif /* HAVE_IPV6 */ +#ifdef HAVE_NETLINK +extern const char *connected_scope_name (unsigned value); +extern int connected_scope_number (const char *name); +#endif /* HAVE_NETLINK */ + #endif /*_ZEBRA_CONNECTED_H */ |