From d819b4cf30ee9bbbdab5fc684c1b30fbf4390ff4 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Thu, 8 May 2008 20:49:24 +0000 Subject: [PATCH] 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. svn path=/dists/trunk/linux-2.6/; revision=11339 --- debian/changelog | 4 ++-- debian/config/config | 1 - debian/config/mips/config.4kc-malta | 1 - debian/config/mips/config.5kc-malta | 1 - debian/config/mipsel/config.4kc-malta | 1 - debian/config/mipsel/config.5kc-malta | 2 +- 6 files changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7375358d7..b4078f589 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,8 @@ linux-2.6 (2.6.26~rc1-1~experimental.1) UNRELEASED; urgency=low * [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 Sat, 26 Apr 2008 23:11:17 +0200 diff --git a/debian/config/config b/debian/config/config index 2af8968de..f3b085304 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2122,7 +2122,6 @@ CONFIG_DEFAULT_CUBIC=y # 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 diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index fdd489f9b..79115c333 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -2005,7 +2005,6 @@ CONFIG_DEFAULT_BIC=y # CONFIG_DEFAULT_RENO is not set ## end choice CONFIG_DEFAULT_TCP_CONG="bic" -# CONFIG_TCP_MD5SIG is not set ## ## file: net/ipv4/ipvs/Kconfig diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index 6b0a32bbd..3867b0b26 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -2348,7 +2348,6 @@ CONFIG_DEFAULT_BIC=y # CONFIG_DEFAULT_RENO is not set ## end choice CONFIG_DEFAULT_TCP_CONG="bic" -# CONFIG_TCP_MD5SIG is not set ## ## file: net/ipv4/ipvs/Kconfig diff --git a/debian/config/mipsel/config.4kc-malta b/debian/config/mipsel/config.4kc-malta index 275a4a7fa..4ab60509c 100644 --- a/debian/config/mipsel/config.4kc-malta +++ b/debian/config/mipsel/config.4kc-malta @@ -1972,7 +1972,6 @@ CONFIG_DEFAULT_BIC=y # CONFIG_DEFAULT_RENO is not set ## end choice CONFIG_DEFAULT_TCP_CONG="bic" -# CONFIG_TCP_MD5SIG is not set ## ## file: net/ipv4/ipvs/Kconfig diff --git a/debian/config/mipsel/config.5kc-malta b/debian/config/mipsel/config.5kc-malta index 19f6e74af..1e89b9b61 100644 --- a/debian/config/mipsel/config.5kc-malta +++ b/debian/config/mipsel/config.5kc-malta @@ -2332,7 +2332,7 @@ CONFIG_DEFAULT_BIC=y # 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