]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: Ensure link bandwidth extcommunity is not repeated
authorvivek <vivek@cumulusnetworks.com>
Tue, 24 Mar 2020 20:53:09 +0000 (13:53 -0700)
committervivek <vivek@cumulusnetworks.com>
Tue, 31 Mar 2020 03:12:31 +0000 (20:12 -0700)
commitf6ca545a214cdd4112f133df3da82fad827186fa
tree4286a7de388d34bed7e29a3607b3ecc8a8939fad
parent1207a5bc9bd81a7e7fffe1bfb1904d3ff18d3028
bgpd: Ensure link bandwidth extcommunity is not repeated

The BGP link bandwidth extended community must not be repeated. If the
attribute already carries this and the route-map specifies a new value,
the implementation will honor the policy configuration and overwrite
the existing values.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
bgpd/bgp_routemap.c