cvs commit: src/sys/contrib/pf/net pf.c pfvar.h
Max Laier
mlaier at FreeBSD.org
Thu Dec 29 16:50:19 PST 2005
mlaier 2005-12-30 00:50:18 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/contrib/pf/net pf.c pfvar.h
Log:
MFC: pf.c 1.39+1.40 and pfvar.h 1.13+1.14
Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags
has special handling when zero. This caused no PFSYNC_ACT_DEL message and
thus disfunction of pfflowd and state synchronisation in general.
Discovered by: thompsa
Good catch by: thompsa
and
Only decrement the max-src-conn counter for tcp connections that reached
"established" state.
Similar to OpenBSD's rev. 1.499 by joel but not breaking ABI.
Obtained from: OpenBSD (with changes)
Reported by: Bruno Afonso
ok reyk@
Revision Changes Path
1.34.2.3 +9 -2 src/sys/contrib/pf/net/pf.c
1.11.2.2 +5 -2 src/sys/contrib/pf/net/pfvar.h
More information about the cvs-src
mailing list