diff options
Diffstat (limited to 'zebra/ipforward_sysctl.c')
| -rw-r--r-- | zebra/ipforward_sysctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/ipforward_sysctl.c b/zebra/ipforward_sysctl.c index 57ed185785..be4c9cd99c 100644 --- a/zebra/ipforward_sysctl.c +++ b/zebra/ipforward_sysctl.c @@ -95,8 +95,6 @@ ipforward_off (void) return ipforwarding; } -#ifdef HAVE_IPV6 - /* IPv6 forwarding control MIB. */ int mib_ipv6[MIB_SIZ] = { @@ -173,4 +171,3 @@ ipforward_ipv6_off (void) zlog (NULL, LOG_ERR, "Can't lower privileges"); return ip6forwarding; } -#endif /* HAVE_IPV6 */ |
