]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Remove restriction on certain connection types under HAVE_CUMULUS
authorDonald Sharp <sharpd@nvidia.com>
Fri, 20 Nov 2020 13:00:08 +0000 (08:00 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 20 Nov 2020 18:47:14 +0000 (13:47 -0500)
commit50121ac041d8e3e0d3e03d8898540a87bf8f2832
tree6a83294ca63e5881b906bc74561187ff84a25c98
parent98cc8dd47383f6eeb4593ae6766e007d163a019c
bgpd: Remove restriction on certain connection types under HAVE_CUMULUS

Current code when we are establishing a peering relationship when
under the HAVE_CUMULUS block will dissallow v4/v6 connections if
we do not have v4/v6 addresses applied.  This restriction is
a bit harsh and should be allowed but warned against.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_packet.c