Module Name: src
Committed By: christos
Date: Sat Jun 23 03:16:03 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
new ip6 sysctls
To generate a diff of this commit:
cvs rdiff -u -r1.1712 -r1.1713 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1712 src/doc/CHANGES:1.1713
--- src/doc/CHANGES:1.1712 Fri Jun 22 14:47:09 2012
+++ src/doc/CHANGES Fri Jun 22 23:16:03 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1712 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1713 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -69,3 +69,9 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
usb(9): Added support for SMP to the USB subsytem. By Jared D.
McNeill and myself. [mrg 20120609]
kernel: {send,recv}mmsg support [christos 20120621]
+ kernel: Add sysctls to avoid ipv6 DoS attacks (from OpenBSD):
+ net.inet6.ip6.neighborgcthresh = 2048
+ net.inet6.ip6.maxifprefixes = 16
+ net.inet6.ip6.maxifdefrouters = 16
+ net.inet6.ip6.maxdynroutes = 4096
+ [christos 20120622]