Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 10:38:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201520] Wrong Error Line Number Given by PF syntax checker
Message-ID:  <bug-201520-8-HiRQxUUtDu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201520-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201520-8@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=201520

--- Comment #2 from Davide Davini <diotonante@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201520-8-HiRQxUUtDu>