|
From: Jan K. <la...@ja...> - 2009-04-29 10:16:04
|
On Wed, 29 Apr 2009 11:46:07 +0200, Victor Safronov wrote:
> This code gives me "pcntjumpbcnt" repeated n times, where n is rules
> amount in that chain.
And what rules do you have in the "billing" chain?
For filter->INPUT I get these keys:
bcnt
destination
destination-port
destination-ports
in-interface
jump
mark
matches
pcnt
protocol
reject-with
source
source-port
You may rather want to use there:
print join ",",keys(%{$_});
Regards,
Jan
|