--- embedaddon/quagga/bgpd/bgp_table.h 2013/07/21 23:54:38 1.1.1.2 +++ embedaddon/quagga/bgpd/bgp_table.h 2016/11/02 10:09:10 1.1.1.3 @@ -55,7 +55,7 @@ struct bgp_node * @see bgp_node_to_rnode * @see bgp_node_from_rnode */ - ROUTE_NODE_FIELDS; + ROUTE_NODE_FIELDS struct bgp_adj_out *adj_out; @@ -265,8 +265,6 @@ bgp_node_match_ipv4 (const struct bgp_table *table, st addr)); } -#ifdef HAVE_IPV6 - /* * bgp_node_match_ipv6 */ @@ -276,8 +274,6 @@ bgp_node_match_ipv6 (const struct bgp_table *table, st return bgp_node_from_rnode (route_node_match_ipv6 (table->route_table, addr)); } - -#endif /* HAVE_IPV6 */ static inline unsigned long bgp_table_count (const struct bgp_table *const table)