diff options
Diffstat (limited to 'lib/table.h')
-rw-r--r-- | lib/table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/table.h b/lib/table.h index 78bf5da74..5f3eb8de3 100644 --- a/lib/table.h +++ b/lib/table.h @@ -162,10 +162,8 @@ extern struct route_node *route_node_match (const struct route_table *, const struct prefix *); extern struct route_node *route_node_match_ipv4 (const struct route_table *, const struct in_addr *); -#ifdef HAVE_IPV6 extern struct route_node *route_node_match_ipv6 (const struct route_table *, const struct in6_addr *); -#endif /* HAVE_IPV6 */ extern unsigned long route_table_count (const struct route_table *); |