CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/24 08:01:52
Modified files: sys/net : pf.c pf_norm.c pfvar.h Log message: Merge pf_scrub_ip() and pf_scrub_ip6() into a single function. Call pf_scrub with the right arugments in the rule case so that match rules will work as expected. As a benefit allow setting the tos on IPv6 packets as well. OK henning@