summaryrefslogtreecommitdiff
path: root/lib/nexthop.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-10-21 22:46:36 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-10-22 17:19:34 -0700
commit6ea317e85ced44d4af56c6a40dce93d5f06d7b74 (patch)
tree8cdce49be322407840d9f4b5c43a0cce8176a715 /lib/nexthop.h
parentc0551cbbaf8984a55ee688416ec2801c9429bc2c (diff)
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 e92d97262c..6909775a06 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