diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 13:57:57 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 14:05:50 +0100 |
commit | 56c1f7d852de98aa5d752f9c7777ece660c26fdb (patch) | |
tree | 7cac20e7ea1d0ec6dd46a5398cd9b43643071b52 /zebra/ipforward.h | |
parent | Merge pull request #55 from donaldsharp/monotonic (diff) | |
download | frr-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.h | 2 |
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 */ |