[Bug 785] New: Strange behavior

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Sat Apr 28 12:52:27 CEST 2012


http://bugzilla.netfilter.org/show_bug.cgi?id=785

           Summary: Strange behavior
           Product: ipset
           Version: unspecified
          Platform: x86_64
        OS/Version: Ubuntu
            Status: NEW
          Severity: normal
          Priority: P5
         Component: default
        AssignedTo: netfilter-buglog at lists.netfilter.org
        ReportedBy: ufmufm at gmail.com
   Estimated Hours: 0.0


ipset create filter hash:net,iface
ipset add filter 0.0.0.0/1,lo
ipset add filter 128.0.0.0/1,lo

ipset test filter 2.2.2.2,lo
2.2.2.2,lo is in set filter

ipset add filter 2.2.2.0/24,eth1

ipset test filter 2.2.2.2,lo
2.2.2.2,lo is NOT in set filter.

ipset list filter
Name: filter
Type: hash:net,iface
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 16976
References: 0
Members:
2.2.2.0/24,eth1
128.0.0.0/1,lo
0.0.0.0/1,lo

ipset -v
ipset v6.10-genl-xta, protocol version: 96

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



More information about the netfilter-buglog mailing list