hello
does somebody know if it possible to use any character as wildcard in the routing filter for the AS-part?
/routing filter
add action=accept bgp-communities=*:1001 chain=bgp-in-AS1234 set-pref-src=1.2.3.4
instead of:
add action=accept bgp-communities=65207:1001 chain=bgp-in-AS1234 set-pref-src=1.2.3.4
add action=accept bgp-communities=65208:1001 chain=bgp-in-AS1234 set-pref-src=1.2.3.4
add action=accept bgp-communities=65209:1001....
br, stefan