[kernel] r11339 - in dists/trunk/linux-2.6/debian: . config config/mips config/mipsel
Maximilian Attems
maks at alioth.debian.org
Thu May 8 20:49:26 UTC 2008
Author: maks
Date: Thu May 8 20:49:24 2008
New Revision: 11339
Log:
topconfig enable TCP_MD5SIG
seen enabled on generic fedora config
it is required for using MD5 TCP signatures to help protect BGP sessions.
don't override setting in mips* configs.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/config
dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Thu May 8 20:49:24 2008
@@ -14,8 +14,8 @@
* [amd64, i386]: KVM_CLOCK, KVM_GUEST, ISCSI_IBFT_FIND, ISCSI_IBFT, THERMAL,
EEEPC_LAPTOP, FB_N411.
* [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
- * topconfig reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI.
- (closes: #480195)
+ * Reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI. (closes: #480195)
+ * Enable TCP_MD5SIG for BGP sessions. (closes: #443742)
-- maximilian attems <maks at debian.org> Sat, 26 Apr 2008 23:11:17 +0200
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Thu May 8 20:49:24 2008
@@ -2122,7 +2122,6 @@
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
## end choice
-# CONFIG_TCP_MD5SIG is not set
##
## file: net/ipv4/ipvs/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Thu May 8 20:49:24 2008
@@ -2005,7 +2005,6 @@
# CONFIG_DEFAULT_RENO is not set
## end choice
CONFIG_DEFAULT_TCP_CONG="bic"
-# CONFIG_TCP_MD5SIG is not set
##
## file: net/ipv4/ipvs/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Thu May 8 20:49:24 2008
@@ -2348,7 +2348,6 @@
# CONFIG_DEFAULT_RENO is not set
## end choice
CONFIG_DEFAULT_TCP_CONG="bic"
-# CONFIG_TCP_MD5SIG is not set
##
## file: net/ipv4/ipvs/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta Thu May 8 20:49:24 2008
@@ -1972,7 +1972,6 @@
# CONFIG_DEFAULT_RENO is not set
## end choice
CONFIG_DEFAULT_TCP_CONG="bic"
-# CONFIG_TCP_MD5SIG is not set
##
## file: net/ipv4/ipvs/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta Thu May 8 20:49:24 2008
@@ -2332,7 +2332,7 @@
# CONFIG_DEFAULT_RENO is not set
## end choice
CONFIG_DEFAULT_TCP_CONG="bic"
-# CONFIG_TCP_MD5SIG is not set
+CONFIG_TCP_MD5SIG=y
##
## file: net/ipv4/ipvs/Kconfig
More information about the Kernel-svn-changes
mailing list