CVSROOT:/cvs
Module name:src
Changes by: [EMAIL PROTECTED] 2008/07/21 09:58:59
Modified files:
sys/net: pf.c
Log message:
some whitespace cleanup I did while looking through the code
ok mcbride@ henning@
CVSROOT:/cvs
Module name:src
Changes by: [EMAIL PROTECTED] 2008/07/21 09:56:55
Modified files:
sys/net: pf.c
Log message:
fix typo that broke rdr rules (without pass) with non-TCP/UDP/ICMP protocols
ok mcbride@ henning@
CVSROOT:/cvs
Module name:src
Changes by: [EMAIL PROTECTED] 2008/07/09 23:44:54
Modified files:
sys/net: pf.c
Log message:
In pf_state_insert(), if the first pf_state_key_attach() fails, the
state key is freed by pf_state_key_attach(). But in the case of NAT
CVSROOT:/cvs
Module name:src
Changes by: [EMAIL PROTECTED] 2008/07/05 10:57:50
Modified files:
sys/net: pf.c
Log message:
in pf_state_key_attach(), when there is already an existing state key that
can be used and we return the state key back to the pool, don