F11 IPtables deprecation?

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
knuckles
Junior Member
Posts: 12
Joined: 06 Jul 2007, 19:22
Location: Washington DC

F11 IPtables deprecation?

Post by knuckles »

This is not a bug, but it appears as though Fedora 11 has brought even more IPTables changes. I'm now seeing output like this when restarting CSF:

Code: Select all

Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`).
ACCEPT  udp opt -- in * out !lo  0.0.0.0/0  -> 0.0.0.0/0  udp spt:53 
Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`).
ACCEPT  tcp opt -- in * out !lo  0.0.0.0/0  -> 0.0.0.0/0  tcp spt:53 
If you do decide to change CSF code and you'd like server info to test with, please let me know.

Thanks once again for your fantastic work.
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

Thanks. I'll put a workaround in the next release that will stop this being reported for now.
Post Reply