CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/04 00:54:49
Modified files:
sys/net : if_bridge.c pf.c pfvar.h
sys/netinet : in_pcb.c ip_input.c ip_output.c raw_ip.c
sys/netinet6 : ip6_forward.c ip6_input.c ip6_output.c
Log message:
Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.
The functions were 95% identical anyway. While there use struct pf_addr
in struct pf_divert instead of some union which is the same.
OK bluhm@ mcbride@ and most probably henning@ as well