Sometimes multple attributes need to be discarded. Currently only one value can be set.
Doing something like:
set protocols bgp peer-group some-peer path-attribute discard 7 set protocols bgp peer-group some-peer path-attribute discard 18
produces
set protocols bgp peer-group some-peer path-attribute discard 18
in the config. While the following
set protocols bgp peer-group some-peer path-attribute discard 7,18
is not allowed. Please support either syntax.
The end config in FRR should like something like:
neighbor some-peer path-attribute discard 7,18
or
neighbor x.x.x.x path-attribute discard 7,18