[Bug 232939] /sbin/ipfw cannot add 'not icmp6types' RULE OPTIONS (MATCH PATTERN)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 3 16:22:17 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232939

            Bug ID: 232939
           Summary: /sbin/ipfw cannot add 'not icmp6types' RULE OPTIONS
                    (MATCH PATTERN)
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: bugs.freebsd.org at mx.zzux.com

Example:

> ipfw add 45000 count icmptypes 1,2
45000 count ip from any to any icmptypes 1,2

> ipfw add 45001 count not icmptypes 1,2
45001 count ip from any to any not icmptypes 1,2

> ipfw add 45002 count icmp6types 135,136
45002 count ip from any to any ip6 icmp6types 135,136

> ipfw add 45003 count not icmp6types 135,136
45003 count ip from any to any ip6 icmp6types 135,136

> ipfw show 45000-45003
45000 0    0 count ip from any to any icmptypes 1,2
45001 0    0 count ip from any to any not icmptypes 1,2
45002 0    0 count ip from any to any ip6 icmp6types 135,136
45003 0    0 count ip from any to any ip6 icmp6types 135,136


There's no difference between 45002 & 45003.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list