Tom

In the attached config. accounting entry:

RPFILTER:COUNT  -  -  eth0

generates the following iptables rule:

-A INPUT -o eth0 -j RPFILTER

which produces the following error message:

iptables-restore v1.4.13: Can't use -o with INPUT

Additionally accounting entry:

RPFILTER:COUNT  -  eth0  -

generates the following iptables rule:

-A OUTPUT -i eth0 -j RPFILTER

which produces the following error message:

ptables-restore v1.4.13: Can't use -i with OUTPUT

Note, neither of these errors occur if OPTIMIZE=0 is specified.

Steven.

Attachment: shorewallAA.tar.gz
Description: application/compressed-tar

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Shorewall-devel mailing list
Shorewall-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to