netlab icon indicating copy to clipboard operation
netlab copied to clipboard

bgp.policy plugin should use attribute definitions from routing.policy

Open ipspace opened this issue 1 year ago • 0 comments

bgp.policy plugin provides a shortcut way of adding route-maps (or standalone attributes like 'weight') to BGP sessions. It defines the same attributes as the 'routing' module does for the 'rp_entry' top-level attribute. The same happens with device data -- supported features are defined under devices in features.routing.set as well as in the bgp.policy.yml file

Data duplication is never a good idea. bgp.policy should copy attribute definitions and device support data from the routing module

ipspace avatar Jul 20 '24 12:07 ipspace