summaryrefslogtreecommitdiffstats
path: root/lib/nexthop.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-10-22 04:46:36 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-10-23 02:19:34 +0200
commit6ea317e85ced44d4af56c6a40dce93d5f06d7b74 (patch)
tree8cdce49be322407840d9f4b5c43a0cce8176a715 /lib/nexthop.h
parentzebra: Collapse struct static_ipv[4|6] into struct static_route (diff)
downloadfrr-6ea317e85ced44d4af56c6a40dce93d5f06d7b74.tar.xz
frr-6ea317e85ced44d4af56c6a40dce93d5f06d7b74.zip
zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/nexthop.h')
-rw-r--r--lib/nexthop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nexthop.h b/lib/nexthop.h
index e92d97262..6909775a0 100644
--- a/lib/nexthop.h
+++ b/lib/nexthop.h
@@ -27,9 +27,7 @@
union g_addr {
struct in_addr ipv4;
-#ifdef HAVE_IPV6
struct in6_addr ipv6;
-#endif /* HAVE_IPV6 */
};
enum nexthop_types_t