Fix stupid errors with ECN stripper

master
bruns@2mbit.com 2010-06-19 21:46:23 +00:00
parent a5969132f2
commit ed517400ca
1 changed files with 0 additions and 2 deletions

View File

@ -50,10 +50,8 @@ if [ "$STRIPECN" ]; then
$IPTABLES -A PREROUTING -t mangle -p tcp -d $i -j ECN \
--ecn-tcp-remove
done
echo -ne "\n"
fi
if [ "$CLAMPMSS" ]; then
echo "Clamping MSS to PMTU..."
for i in $CLAMPMSS; do