summaryrefslogtreecommitdiff
path: root/zebra/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/ioctl.h')
-rw-r--r--zebra/ioctl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/zebra/ioctl.h b/zebra/ioctl.h
index 03f3911d52..debe5ba1ca 100644
--- a/zebra/ioctl.h
+++ b/zebra/ioctl.h
@@ -38,19 +38,8 @@ extern void if_get_flags(struct interface *);
extern void if_get_metric(struct interface *);
extern void if_get_mtu(struct interface *);
-#ifdef SOLARIS_IPV6
-extern int if_ioctl_ipv6(unsigned long, caddr_t);
-extern struct connected *if_lookup_linklocal(struct interface *);
-
-#define AF_IOCTL(af, request, buffer) \
- ((af) == AF_INET ? if_ioctl(request, buffer) \
- : if_ioctl_ipv6(request, buffer))
-#else /* SOLARIS_IPV6 */
-
#define AF_IOCTL(af, request, buffer) if_ioctl(request, buffer)
-#endif /* SOLARIS_IPV6 */
-
#ifdef __cplusplus
}
#endif