[Bug 283709] ipfw OR block does not work as expected

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Dec 2024 12:04:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283709

--- 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?

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