summaryrefslogtreecommitdiff
path: root/zebra/ioctl.h
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2017-01-16 15:12:55 +0100
committerGitHub <noreply@github.com>2017-01-16 15:12:55 +0100
commitab0c9543a9f3337b1d99727a438d1293ef8b2956 (patch)
tree529e6476fdcd48500bcca77ef77b3d68da23f1c6 /zebra/ioctl.h
parent5731f9c9e57f5abfeff891fd036e9527bb14e023 (diff)
parent602ba9bd8b118d3c1302e890010ca7c5d94e0ff5 (diff)
Merge pull request #68 from donaldsharp/cleanup
Cleanup
Diffstat (limited to 'zebra/ioctl.h')
-rw-r--r--zebra/ioctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/ioctl.h b/zebra/ioctl.h
index fee9b725c4..9e3fd5b3fb 100644
--- a/zebra/ioctl.h
+++ b/zebra/ioctl.h
@@ -37,10 +37,8 @@ extern int if_unset_prefix (struct interface *, struct connected *);
extern void if_get_metric (struct interface *);
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 *);
-#endif /* HAVE_IPV6 */
#ifdef SOLARIS_IPV6
extern int if_ioctl_ipv6(u_long, caddr_t);