From cb311b441a6bbc02e88cd4a92e19044e2e95aac2 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Sat, 15 Dec 2018 14:01:57 +0100 Subject: BGP: Better handling of non-matching AFI in nexthops --- proto/bgp/attrs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto/bgp/attrs.c') diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 868caca5..cbb22038 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -1386,8 +1386,6 @@ bgp_preexport(struct proto *P, rte **new, struct linpool *pool UNUSED) if (src == NULL) return 0; - // XXXX: Check next hop AF - /* IBGP route reflection, RFC 4456 */ if (p->is_internal && src->is_internal && (p->local_as == src->local_as)) { -- cgit v1.2.3