Date: Sat, 03 Nov 2018 16:22:14 +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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232939 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@FreeBSD.org Reporter: bugs.freebsd.org@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. --=20 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>