summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_zebra.h
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2016-01-12 13:42:11 -0500
committerPaul Jakma <paul.jakma@hpe.com>2016-02-26 14:11:45 +0000
commit205e6744f2dc2909dd494c9ce8acb82821459f1f (patch)
treea996419a840766d2ffa1025805e1be84a2dacdf4 /bgpd/bgp_zebra.h
parent544ec70f66d0ec081dadde79bec1f25c2241f57f (diff)
downloadquagga-205e6744f2dc2909dd494c9ce8acb82821459f1f.tar.bz2
quagga-205e6744f2dc2909dd494c9ce8acb82821459f1f.tar.xz
bgpd: remove HAVE_IPV6 conditionals
Signed-off-by: Lou Berger <lberger@labn.net> Tested-by: NetDEF CI System <cisystem@netdef.org>
Diffstat (limited to 'bgpd/bgp_zebra.h')
-rw-r--r--bgpd/bgp_zebra.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_zebra.h b/bgpd/bgp_zebra.h
index ff9b375b..e69a0bc5 100644
--- a/bgpd/bgp_zebra.h
+++ b/bgpd/bgp_zebra.h
@@ -44,9 +44,7 @@ extern int bgp_redistribute_metric_unset (struct bgp *, afi_t, int);
extern struct interface *if_lookup_by_ipv4 (struct in_addr *);
extern struct interface *if_lookup_by_ipv4_exact (struct in_addr *);
-#ifdef HAVE_IPV6
extern struct interface *if_lookup_by_ipv6 (struct in6_addr *);
extern struct interface *if_lookup_by_ipv6_exact (struct in6_addr *);
-#endif /* HAVE_IPV6 */
#endif /* _QUAGGA_BGP_ZEBRA_H */