[Bug 201520] Wrong Error Line Number Given by PF syntax checker

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 13 10:38:06 UTC 2015


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

--- Comment #2 from Davide Davini <diotonante at gmail.com> ---
Someone pointed out to me the example is misleading.

This one is much clearer.
# cat -n pf.test
     1  internal_net="{ 192.168.0.0/24 \
     2          192.168.1.0/24 \
     3          192.168.2.0/24 }"
     4
     5  pass in on em0 from a to b
     6
# pfctl -nf pf.test
no IP address found for a
pf.test:3: could not parse host specification

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


More information about the freebsd-bugs mailing list