Is it possible to specify a wildcard when using find?
ip route> :foreach i in [find bgp-as-path=65507] do={:put [ ge
t $i dst-address ]}
10.0.0.1
10.0.0.10
10.0.0.22
10.0.0.30
10.0.0.36/30
10.0.0.46
10.0.0.66
10.10.1.0/24
10.30.1.0/24
10.30.39.0/24
I’d like to specify ‘any route that has 65507’ in it, not just if it matches exactly.
Sam