CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/10/28 06:53:12
Modified files:
sbin/pfctl : parse.y
Log message:
route_host initializes the netmask to a /128 no matter what af is used so
that the load balancing code does not freak out but because of this
check_netmask() is now complaining. So set the addr.type to PF_ADDR_DYNIFTL
so check_netmask() is fixing up the netmask for IPv4 and stops complaining.
This is a partial fix for the failing regress test 13.
found with jsg, looks good henning