]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: disallow importing a vrf into itself
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 11 Apr 2018 20:41:43 +0000 (20:41 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Apr 2018 16:39:17 +0000 (12:39 -0400)
commit25679caa80590a1148e3478e4f9916ac425d8fcf
tree41413c2a442264092497416e503c3c32501393df
parent79ef8664a5c6bd0cfa8e73d0bf7806f641c02577
bgpd: disallow importing a vrf into itself

Prior to this fix, you could configure importing a vrf from inside
the same vrf.  This can lead to unexpected behavior in the leaking
process.  This fix disallows that behavior.

Ticket: CM-20539
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
bgpd/bgp_vty.c