sonic-buildimage/src/sonic-bgpcfgd
abdosi 4fd629c021
Added Support for BGP allow list feature to have route-map action of setting tag (#10731)
What I did:
Added support to create route-map action set tag <user define value>
when the the allow prefix list matches. The tag can ben define by user in
constants.yml.

Why I did:
Since for Allow List feature we call from base route-map allow-list route-map having set tag option provides way for base route-map to do match tag and take any further action if needed. Adding tag provide metadata that can used by base route-map
2022-05-19 22:51:02 -07:00
..
bgpcfgd Added Support for BGP allow list feature to have route-map action of setting tag (#10731) 2022-05-19 22:51:02 -07:00
bgpmon [bgpmon]: Fix exception in bgpmon caused by duplicate bgp neighbor ID (#6546) 2021-01-26 23:01:42 -08:00
tests Added Support for BGP allow list feature to have route-map action of setting tag (#10731) 2022-05-19 22:51:02 -07:00
.gitignore [bgpcfgd]: Convert bgpcfgd and bgpmon to python3 (#5746) 2020-11-05 10:01:43 -08:00
pytest.ini [bgpcfgd]: Extract classes into their own files. Run bgpcfgd as a module (#5535) 2020-10-06 08:37:49 -07:00
setup.cfg [bgpcfgd]: make a package for bgpcfgd (#4813) 2020-06-20 21:01:24 -07:00
setup.py [bgpcfgd] to support removal part of configuration of bgp allowed prefix list (#10165) 2022-03-10 08:54:33 +08:00