K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-07-13T11:08:37.016413Z K 7 svn:log V 297 Remove UMA init method for key zone, and instead do all initialization after uma_zalloc(). If a key was first allocated for IPv6 state, then freed and reallocated for IPv4, then we'd got non-zero values in not used for IPv4 fields, this bcmp() would fail on key lookup. Reported & tested by: flo END