K 10 svn:author V 7 glebius K 8 svn:date V 27 2010-07-08T12:21:25.671764Z K 7 svn:log V 312 Merge 209633, 209722 from head: The struct ipfw_rule_ref follows the struct m_tag. Deal with this correctly. This fixes breakage of ng_ipfw(4) in r201527. Submitted by: Alexander Zagrebin Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don't need to. PR: kern/145462 END