Date: Mon, 30 Dec 2024 12:04:04 +0000 From: bugzilla-noreply@freebsd.org To: ipfw@FreeBSD.org Subject: [Bug 283709] ipfw OR block does not work as expected Message-ID: <bug-283709-8303-jg82kOMAyK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283709-8303@https.bugs.freebsd.org/bugzilla/> References: <bug-283709-8303@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=3D283709 --- Comment #2 from Michael <michael.adm@gmail.com> --- (In reply to kudzu from comment #1) root@floc:~ # ipfw add 15 deny udp from { not 'table(0)' and not 'table(3)'= } to a.a.a.a in recv hn3 ipfw: missing ")" root@floc:~ # ipfw add 15 deny udp from { not 'table(0)' } and { not 'table= (3)' } to a.a.a.a in recv hn3 ipfw: missing ``to'' root@floc:~ # ipfw add 15 deny udp from not 'table(0)' and not 'table(3)' to a.a.a.a in recv hn3 ipfw: missing ``to'' how? --=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-283709-8303-jg82kOMAyK>