Hello. I do the next command from birdc to get routes with special ASN in bgp_path:
bird> show route filter { if ( ASN ~ bgp_path ) then accept; reject; }
It show me nothing and in syslog i see:
bird: filters, line 1: ~ applied on unknown type pair
How can i do this in the right way?
