cvs commit: src/sys/conf NOTES options src/sys/modules/ip_mroute_mod Makefile src/sys/netinet ip_id.c ip_input.c ip_mroute.c ip_output.c ip_var.h raw_ip.c tcp_syncache.c tcp_usrreq.c src/sys/netinet6 frag6.c in6_pcb.c ...

Xin LI delphij at frontfree.net
Sat Aug 14 09:00:13 PDT 2004


On Sat, Aug 14, 2004 at 03:32:20PM +0000, David Malone wrote:
> dwmalone    2004-08-14 15:32:20 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/conf             NOTES options 
>     sys/modules/ip_mroute_mod Makefile 
>     sys/netinet          ip_mroute.c ip_input.c ip_output.c 
>                          raw_ip.c ip_var.h ip_id.c tcp_syncache.c 
>                          tcp_usrreq.c 
>     sys/netinet6         in6_pcb.c frag6.c in6_proto.c ip6_input.c 
>                          ip6_output.c ip6_id.c ip6_var.h ipsec.c 
>     sys/netipsec         xform_ipip.c 
>   Log:
>   Get rid of the RANDOM_IP_ID option and make it a sysctl.  NetBSD
>   have already done this, so I have styled the patch on their work:

Thanks!  What about having an UPDATING entry for this?

Cheers,
-- 
Xin LI <delphij frontfree net>	http://www.delphij.net/
See complete headers for GPG key and other information.

-------------- next part --------------
Index: UPDATING
===================================================================
RCS file: /home/fcvs/src/UPDATING,v
retrieving revision 1.341
diff -u -r1.341 UPDATING
--- UPDATING	13 Aug 2004 13:14:05 -0000	1.341
+++ UPDATING	14 Aug 2004 15:39:23 -0000
@@ -21,6 +21,12 @@
 	developers choose to disable these features on build machines
 	to maximize performance.
 
+20040814:
+	RANDOM_IP_ID is now a sysctl and hence no longer necessary in
+	kernel options.  Please adjust your /etc/sysctl.conf and add
+	net.inet.ip.random_id=1 if you need it, as it was turned off
+	by default.
+
 20040807:
 	The size of 'struct ifnet' has changed due to the addition of the
 	if_carp placeholder.  All kernel modules implementing network
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040814/5542c65f/attachment.bin


More information about the cvs-all mailing list