diff options
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/ioctl.c | 2 | ||||
-rw-r--r-- | zebra/ioctl.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/zebra/ioctl.c b/zebra/ioctl.c index 7c51e91b..97a26b86 100644 --- a/zebra/ioctl.c +++ b/zebra/ioctl.c @@ -80,7 +80,7 @@ if_ioctl (u_long request, caddr_t buffer) } #ifdef HAVE_IPV6 -static int +int if_ioctl_ipv6 (u_long request, caddr_t buffer) { int sock; diff --git a/zebra/ioctl.h b/zebra/ioctl.h index fee9b725..5481451c 100644 --- a/zebra/ioctl.h +++ b/zebra/ioctl.h @@ -40,6 +40,7 @@ extern void if_get_mtu (struct interface *); #ifdef HAVE_IPV6 extern int if_prefix_add_ipv6 (struct interface *, struct connected *); extern int if_prefix_delete_ipv6 (struct interface *, struct connected *); +extern int if_ioctl_ipv6(u_long, caddr_t); #endif /* HAVE_IPV6 */ #ifdef SOLARIS_IPV6 |