|
From: Steven J. S. <st...@sp...> - 2012-04-09 23:54:42
|
On Tuesday 10 Apr 2012 00:32:08 Tom Eastep wrote: > On 4/9/12 3:14 PM, "Steven Jan Springl" <st...@sp...> wrote: > >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, > > If we make any change here, it will be in the documentation. The entire > reason for adding sections to the accounting file was to be able to detect > this particular issue. > Tom I happy with that. Thanks. Steven. |