CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/13 12:30:54
Modified files:
sbin/pfctl : parse.y pf_print_state.c pfctl_parser.c
Log message:
pfctl change for af-to / NAT64 support.
The general syntax is:
pass in inet from any to 192.168.1.1 af-to inet6 from 2001::1 to 2001::2
In the NAT64 case the "to" is not needed in af-to and the IP is extraced
from the IPv6 dst (assuming a /64 prefix).
Again most work by sperreault@, mikeb@ and reyk@
OK mcbride@, put it in deraadt@
