diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 07:57:57 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 08:05:50 -0500 |
| commit | 56c1f7d852de98aa5d752f9c7777ece660c26fdb (patch) | |
| tree | 7cac20e7ea1d0ec6dd46a5398cd9b43643071b52 /zebra/ipforward_sysctl.c | |
| parent | b98f56422e692217bb149aaa78fda77e07097658 (diff) | |
frr: Remove HAVE_IPV6 from code base
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 */ |
