On 2017-10-10T16:11:23 +0000
Mark Raynsford <[email protected]> wrote:

> Hello.
> 
> What is the syntax for specifying a range of IPv6 addresses in rules?

Naturally, I didn't find the answer until I asked the question. The
syntax I was looking for is:

pass out log quick on $nic_ppp inet6 proto tcp \
  from 2001:db8:8:10:: - 2001:db8:8:10:ffff:ffff:ffff:ffff \
  to any port 80 modulate state

-- 
Mark Raynsford | http://www.io7m.com
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"

Reply via email to