diff options
author | ae <ae@FreeBSD.org> | 2012-10-25 10:35:08 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2012-10-25 10:35:08 +0000 |
commit | 865c79666360e27ab1d4fdaaded6e40c87464a22 (patch) | |
tree | d5fd5ce1e69be8e9baea8ef2513e124f2ff9e507 /UPDATING | |
parent | be7b7f088b806d1ea94647b4427a35dc0ef6daed (diff) | |
download | FreeBSD-src-865c79666360e27ab1d4fdaaded6e40c87464a22.zip FreeBSD-src-865c79666360e27ab1d4fdaaded6e40c87464a22.tar.gz |
Note the removal of the IPFIREWALL_FORWARD kernel option.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ 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: + The IPFIREWALL_FORWARD kernel option has been removed. Its + functionality now can be turned on using the net.pfil.forward + sysctl variable. + 20121023: The ZERO_COPY_SOCKET kernel option has been removed and split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP. |