I wourd like to add a field when source ip is one of 192.168.100.0/24 or 172.17.100.0/24 subnet
So i added this precocessor in iptables integration field on my agnet policy but It's totaly ignored.
That's wrong with it?
- add_fields:
target: network
fields:
tag: "mylan"
when:
network:
source.ip: [ "192.168.100.0/24", "172.17.100.0/24"]
Many Thanks