Hello, I want print all the address-list records if the address is inside a subnet
If I enter the exact match, is ok:
> ip firewall address-list print where address=46.229.168.10
Flags: X - disabled, D - dynamic
# LIST ADDRESS CREATION-TIME TIMEOUT
0 D ;;; test
test 46.229.168.10 jul/24/2017 13:06:13 11w2d3h14m29s
but if I run
ip firewall address-list print where address=46.0.0.0/8
the result is null
There is any option to filter by network via console/API ?