freebsd-nq/sys/netpfil
Andrey V. Elsukov ffdbf9da3b 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
2012-11-02 01:20:55 +00:00
..
ipfw Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
pf o Remove last argument to ip_fragment(), and obtain all needed information 2012-10-26 21:06:33 +00:00