summaryrefslogtreecommitdiffstats
path: root/zebra/ipforward.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-13 13:57:57 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-13 14:05:50 +0100
commit56c1f7d852de98aa5d752f9c7777ece660c26fdb (patch)
tree7cac20e7ea1d0ec6dd46a5398cd9b43643071b52 /zebra/ipforward.h
parentMerge pull request #55 from donaldsharp/monotonic (diff)
downloadfrr-56c1f7d852de98aa5d752f9c7777ece660c26fdb.tar.xz
frr-56c1f7d852de98aa5d752f9c7777ece660c26fdb.zip
frr: Remove HAVE_IPV6 from code base
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/ipforward.h')
-rw-r--r--zebra/ipforward.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/ipforward.h b/zebra/ipforward.h
index 8a935c139..a75073cb3 100644
--- a/zebra/ipforward.h
+++ b/zebra/ipforward.h
@@ -26,10 +26,8 @@ extern int ipforward (void);
extern int ipforward_on (void);
extern int ipforward_off (void);
-#ifdef HAVE_IPV6
extern int ipforward_ipv6 (void);
extern int ipforward_ipv6_on (void);
extern int ipforward_ipv6_off (void);
-#endif /* HAVE_IPV6 */
#endif /* _ZEBRA_IPFORWARD_H */