From 4fd8aa692d7cda4b1da0326b3f1681c3609597de Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 4 Apr 2015 09:34:23 -0700 Subject: [PATCH] Add comment to setting of TCPMSS_TARGET with old caps file. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index e562ef69a..7f66ec89c 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -5020,7 +5020,9 @@ sub read_capabilities() { warning_message "Your capabilities file does not contain a Kernel Version -- using 2.6.30"; $capabilities{KERNELVERSION} = 20630; } - + # + # Assume that this is available when using an old capabilities files + # $capabilities{TCPMSS_TARGET} = 1 if ( ( $capabilities{CAPVERSION} || 0 ) < 40609 ); $helpers_aliases{ftp} = 'ftp-0', $capabilities{FTP_HELPER} = 1 if $capabilities{FTP0_HELPER};