K 10 svn:author V 6 mlaier K 8 svn:date V 27 2005-12-30T00:50:18.000000Z K 7 svn:log V 566 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@ END