bruns@2mbit.com 2010-06-19 21:42:32 +00:00
parent 2a620be8ef
commit 6791fc2c8f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if [ "$STRIPECN" ]; then
for i in $STRIPECN; do
echo "Stripping ECN off of TCP packets to $i"
$IPTABLES -A PREROUTING -t mangle -p tcp -d $i -j ECN \
--ecn-remove 1
--ecn-remove
done
echo -ne "\n"
fi