K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-04-04T14:31:48.601770Z K 7 svn:log V 427 - ID lookup structure should match only on state id and on creator id, ignoring direction and padding. This fixes state lookup mismatches after r233782. - Make pf_find_state_byid() take couple of id arguments. This almost retires struct pf_state_key usage and simplifies code. - Change struct pfsync_state to use uint64_t for id. This is wire-compatible with old struct, and simplifies code. OpenBSD also did this. END