diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-22 04:46:36 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-23 02:19:34 +0200 |
commit | 6ea317e85ced44d4af56c6a40dce93d5f06d7b74 (patch) | |
tree | 8cdce49be322407840d9f4b5c43a0cce8176a715 /lib/nexthop.h | |
parent | zebra: Collapse struct static_ipv[4|6] into struct static_route (diff) | |
download | frr-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.h | 2 |
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 |