K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-06-22T10:25:12.096316Z K 7 svn:log V 241 Stop allocating the mbuf tag unconditionally in pf_test(), pf_test6(). We actually need tag only in case of: - ALTQ - "tag" rules - "route" rules - divert processing In all above cases allocate tag only by the time we are sure we need it. END