Hey folks, i am structuring my first firewall server. I am having hard times with the following building a tables that holds every IPv4 address but excludes a given range.
My initial idea was:
table <xxx> { 0/0 !x.b.c/24 }
But it is not acceptable.
How would you handle that?
Thanks in advance.
Best regards.

