[Bug 912] New: Iptables resets ALL the counters within a chain, not only the specified ones
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Apr 2 15:45:37 CEST 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=912
Summary: Iptables resets ALL the counters within a chain, not
only the specified ones
Product: iptables
Version: 1.4.x
Platform: x86_64
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: danutzelu.pic at gmail.com
Estimated Hours: 0.0
# iptables --line-numbers -L OUTPUT -v
Chain OUTPUT (policy ACCEPT 39696 packets, 20M bytes)
num pkts bytes target prot opt in out source
destination
1 484 267K ACCEPT tcp -- any any anywhere
anywhere tcp dpt:8443
# iptables -Z OUTPUT 1
# iptables --line-numbers -L OUTPUT -v
Chain OUTPUT (policy ACCEPT 134 packets, 12424 bytes)
num pkts bytes target prot opt in out source
destination
1 0 0 ACCEPT tcp -- any any anywhere
anywhere tcp dpt:8443
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list