]> git.puffer.fish Git - matthieu/frr.git/commit
BGP: Check for duplicate and overlapping listen ranges
authorvivek <vivek@cumulusnetworks.com>
Thu, 29 Oct 2015 16:41:23 +0000 (09:41 -0700)
committervivek <vivek@cumulusnetworks.com>
Thu, 29 Oct 2015 16:41:23 +0000 (09:41 -0700)
commit20eb8864bbaf19771502b6c1ed3f1e43186f97eb
tree00496aa0cd62f29f3d7aaceb39cccd3086491b4d
parentb2b83ff67a91d24e7cd9871663f341b14c0834a2
BGP: Check for duplicate and overlapping listen ranges

When configuring listen ranges for allowing dynamic BGP neighbors,
ensure that there are no duplicate or overlapping ones. This is
necessary because at the time of handling an incoming connection,
the first range that matches the source of the connection (and hence,
its peer-group parameters) will be used.

Signed-off-by: Vivek Venkataraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Atul Patel <atul@cumulusnetworks.com>
Ticket: CM-5153
Reviewed By: CCR-3714
Testing Done: Manual verification
bgpd/bgp_vty.c