Page 1 of 1

F11 IPtables deprecation?

Posted: 11 Jun 2009, 09:36
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.

Posted: 19 Jun 2009, 16:14
by chirpy
Thanks. I'll put a workaround in the next release that will stop this being reported for now.