freebsd-dev/sbin/ipfw
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
..
altq.c Whitespace fixes. 2011-04-18 21:18:22 +00:00
dummynet.c Fix some compile errors at high WARNS, including one 2012-07-30 10:55:23 +00:00
ipfw2.c remove the last __unused instance in sbin/ipfw. 2012-07-30 11:02:22 +00:00
ipfw2.h Add new rule actions "call" and "return" to ipfw. They make 2011-06-29 10:06:58 +00:00
ipfw.8 Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
ipv6.c Whitespace fixes 2012-09-24 17:34:30 +00:00
main.c Spelling fixes for sbin/ 2012-01-07 16:09:33 +00:00
Makefile add back DPADD (removed by mistake in a previous commit) 2010-03-08 14:43:55 +00:00
nat.c Remove unused values 2012-09-11 07:54:41 +00:00