bugzilla-daemon at netfilter.org
2014-Apr-02  13:45 UTC
[Bug 912] New: Iptables resets ALL the counters within a chain, not only the specified ones
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.
