extrapositioned negation needes instead of intrapositioned
Brought to you by:
mikehorn
I have a similar problem than bug #235, but I come to an error, not only a warning.
I define a negation of an IP/Mask, and it comes to generate a:
IPTABLES -A INPUT ... -s ! 164.73.68.0/24
when a:
IPTABLES -A INPUT ... ! -s 164.73.68.0/24
is needed.
I work wid debian Jessie, iptables version is v1.4.21, and fwbuilder version is: Firewall Builder GUI 5.1.0.3599
My firewall in fwbuilder is configured for iptables "v1.4.4 or later".
How can I obtain the correct extrapositioned negations in iptable scripts?