K 10 svn:author V 5 andre K 8 svn:date V 27 2004-09-13T19:20:14.000000Z K 7 svn:log V 217 If we have to 'ipfw fwd'-tag a packet the second time in ipfw_pfil_out() don't prepend an already existing tag again. Instead unlink it and prepend it again to have it as the first tag in the chain. PR: kern/71380 END