K 10 svn:author V 2 ae K 8 svn:date V 27 2017-01-24T00:38:35.334514Z K 7 svn:log V 309 MFC r312341: Initialize IPFW static rules rmlock with RM_RECURSE flag. This lock was replaced from rwlock in r272840. But unlike rwlock, rmlock doesn't allow recursion on rm_rlock(), so at this time fix this with RM_RECURSE flag. Later we need to change ipfw to avoid such recursions. PR: 216171 END