bruns@2mbit.com 2010-05-15 17:23:16 +00:00
parent 5c969e4088
commit 314dd097d1
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ if [ $IPV6 ]; then
if [ $CLAMPMSSIPV6 ]; then
echo "Clamping IPV6 MSS to PMTU..."
for i in $CLAMPMSS; do
for i in $CLAMPMSSIPV6; do
$IP6TABLES -A FORWARD -p tcp --tcp-flags SYN,RST SYN \
-j TCPMSS --clamp-mss-to-pmtu -o $i -m tcpmss \
--mss 1400:1536