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

--- Comment #2 from Michael <[email protected]> ---
(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.

Reply via email to