Hi all.
I have some routes coming from bgp like:
10.83.1.0/24
…
10.83.200.0/24
If I apply to ebgp connection this filter:
/chain=drop10 prefix=10.83.1.0/24 action=discard
it correctly remove the corresponding route.
If I apply this filter
/chain=drop10 prefix=10.0.0.0/8 action=discard
or
/chain=drop10 prefix=10.0.0.0 prefix-len=0..8 action=discard
or
/chain=drop10 prefix=10.0.0.0 prefix-len=9..32 action=discard
it drop nothing.
How it is possibile to write a rule which drops a set of routes?