From 56c1f7d852de98aa5d752f9c7777ece660c26fdb Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 13 Jan 2017 07:57:57 -0500 Subject: frr: Remove HAVE_IPV6 from code base Signed-off-by: Donald Sharp --- lib/table.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/table.c') diff --git a/lib/table.c b/lib/table.c index 5133ef6974..7335b2a817 100644 --- a/lib/table.c +++ b/lib/table.c @@ -250,7 +250,6 @@ route_node_match_ipv4 (const struct route_table *table, return route_node_match (table, (struct prefix *) &p); } -#ifdef HAVE_IPV6 struct route_node * route_node_match_ipv6 (const struct route_table *table, const struct in6_addr *addr) @@ -264,7 +263,6 @@ route_node_match_ipv6 (const struct route_table *table, return route_node_match (table, (struct prefix *) &p); } -#endif /* HAVE_IPV6 */ /* Lookup same prefix node. Return NULL when we can't find route. */ struct route_node * -- cgit v1.2.3