CLAMPMSS now done in the mangle table.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-10-18 15:55:07 -07:00
parent 84cd80eba9
commit 5867ce6c3b
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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' ) {