1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/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
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
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
nat.c Remove unused values 2012-09-11 07:54:41 +00:00