aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2012-11-02 01:20:55 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2012-11-02 01:20:55 +0000
commitffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 (patch)
tree3080b551004723e63a6f3fe08ee72e510038fe57 /UPDATING
parent806b1fa0e709c67324088192142ffab778ddfaf8 (diff)
downloadsrc-ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92.tar.gz
src-ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92.zip
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
Notes
Notes: svn path=/head/; revision=242463
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 2 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 4960ef8e59e2..0db0c5cd0616 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,10 +24,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-20121025:
+20121102:
The IPFIREWALL_FORWARD kernel option has been removed. Its
- functionality now can be turned on using the net.pfil.forward
- sysctl variable.
+ functionality now turned on by default.
20121023:
The ZERO_COPY_SOCKET kernel option has been removed and