K 10 svn:author V 2 kp K 8 svn:date V 27 2015-08-09T19:07:24.588472Z K 7 svn:log V 209 tcp_reass_zone is not a VNET variable. This fixes a panic during 'sysctl -a' on VIMAGE kernels. The tcp_reass_zone variable is not VNET_DEFINE() so we can not mark it as a VNET variable (with CTLFLAG_VNET). END