]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix spurious error messages in EVPN type-5 route injection/withdraw
authorvivek <vivek@cumulusnetworks.com>
Fri, 5 Jan 2018 20:41:25 +0000 (12:41 -0800)
committermitesh <mitesh@cumulusnetworks.com>
Wed, 24 Jan 2018 00:27:26 +0000 (16:27 -0800)
commitfaafdfa8381e3b65711ee8a4473cd113f9904798
tree1ba011485ae5435ca730a15c04023996d5cca57f
parentb3628c709593f4db9a062ff304644817b42c99ff
bgpd: Fix spurious error messages in EVPN type-5 route injection/withdraw

Ensure that spurious error messages are not generated in a non-EVPN configuration
when routes in a VRF get deleted or added. Also, check on EVPN advertisement
being enabled before walking VRF routing table.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-19206
Reviewed By: CCR-7073
Testing Done:
1. Recreate errors and validate fix
2. Type-5 route related testing - new routes, neighbor flap etc.
bgpd/bgp_evpn.c