From f13a7951e13dc2b2171de6ca0ccde037fb0a624f Mon Sep 17 00:00:00 2001 From: David Malone Date: Sat, 14 Aug 2004 16:16:01 +0000 Subject: [PATCH] Add a note about RANDOM_IP_ID. --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index f7b615d171b..9f896c36b95 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040814: + The RANDOM_IP_ID option has been replaced by the sysctl + net.inet.ip.random_id. If you had RANDOM_IP_ID in your kernel then + you may want to add "net.inet.ip.random_id=1" to /etc/sysctl.conf. + 20040807: The size of 'struct ifnet' has changed due to the addition of the if_carp placeholder. All kernel modules implementing network