[Bug 543] New: ANY shows as 0 for proto on 1.3.7

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Sat Feb 10 18:18:11 CET 2007


https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=543

           Summary: ANY shows as 0 for proto on 1.3.7
           Product: iptables
           Version: unspecified
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: iptables
        AssignedTo: laforge at netfilter.org
        ReportedBy: jason.carr at gmail.com


ArchLinux, fully updated, noticed on 1.3.6 and 1.3.7.  Also occurs with -L by
itself.  The 'prot' should be any.

$ sudo cat /etc/iptables/iptables.rules 
# Generated by iptables-save v1.3.5 on Thu Sep 21 14:34:22 2006
*filter
:INPUT DROP [1255:111680]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [132940:10724971]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT 
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT 
-A INPUT -i lo -j ACCEPT 
-A INPUT -j LOG --log-tcp-sequence --log-tcp-options --log-ip-options 
-A OUTPUT -o lo -j ACCEPT 
COMMIT
# Completed on Thu Sep 21 14:34:22 2006


$ sudo iptables -L -v
Chain INPUT (policy DROP 489 packets, 109K bytes)
 pkts bytes target     prot opt in     out     source               destination
        
58404   53M ACCEPT     0    --  any    any     anywhere             anywhere   
        state RELATED,ESTABLISHED 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere   
        tcp dpt:ssh 
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere   
        icmp echo-request 
    1    60 ACCEPT     0    --  lo     any     anywhere             anywhere   
        
  489  109K LOG        0    --  any    any     anywhere             anywhere   
        LOG level warning tcp-sequence tcp-options ip-options 

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
        

Chain OUTPUT (policy ACCEPT 48627 packets, 6572K bytes)
 pkts bytes target     prot opt in     out     source               destination
        
   10   652 ACCEPT     0    --  any    lo      anywhere             anywhere

-- 
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the netfilter-buglog mailing list