K 10 svn:author V 2 ae K 8 svn:date V 27 2012-11-02T01:20:55.836675Z K 7 svn:log V 285 Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set. Suggested by: andre END