CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/23 09:03:10
Modified files:
sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h
Log message:
remove the nat_rule pointer on pf_state and pf_pdesc, obsolete after
the NAT rewrite and ever since then only checked in a couple of plaes
but never set. same for nat_src_node on pf_state.
with this the NAT rewrite made pf over 1000 lines shorter.
