[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 21:09:16 UTC 2018


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

--- Comment #3 from bugs.freebsd.org at mx.zzux.com ---
After being patched /sbin/ipfw seems to be ok, in part of this issue.
Thanks!

And by the way, the word 'ip6' is confusing
for example, one of my rules:
ipfw list 32442
32442 count tag 64 ip from table(107,11) to table(107,11) not ip6 icmp6types
136
Then I copy this output to new command line:
ipfw add 50000 count tag 64 ip from 'table(107,11)' to 'table(107,11)' not ip6
icmp6types 136
50000 count tag 64 not ip6 from table(107,11) to table(107,11) ip6 icmp6types
136

Rule 50000 is meaningless

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


More information about the freebsd-bugs mailing list