Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Nov 2018 21:09:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232939] /sbin/ipfw cannot add 'not icmp6types' RULE OPTIONS (MATCH PATTERN)
Message-ID:  <bug-232939-227-3jh1hHYhUo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232939-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232939-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #3 from bugs.freebsd.org@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232939-227-3jh1hHYhUo>