diff options
Diffstat (limited to 'bgpd/bgp_table.h')
-rw-r--r-- | bgpd/bgp_table.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index 209a18c9..bee12963 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -265,8 +265,6 @@ bgp_node_match_ipv4 (const struct bgp_table *table, struct in_addr *addr) addr)); } -#ifdef HAVE_IPV6 - /* * bgp_node_match_ipv6 */ @@ -277,8 +275,6 @@ bgp_node_match_ipv6 (const struct bgp_table *table, struct in6_addr *addr) addr)); } -#endif /* HAVE_IPV6 */ - static inline unsigned long bgp_table_count (const struct bgp_table *const table) { |