From 5867ce6c3b828f4f8903ba35386f95d79d81f61d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 18 Oct 2017 15:55:07 -0700 Subject: [PATCH] CLAMPMSS now done in the mangle table. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 32641620e..bc9833f99 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -2448,7 +2448,7 @@ sub setup_mss( ) { my $clampmss = $config{CLAMPMSS}; my $option; my @match; - my $chainref = $filter_table->{FORWARD}; + my $chainref = $mangle_table->{FORWARD}; if ( $clampmss ) { if ( "\L$clampmss" eq 'yes' ) {