Fix typo in IPV6_TCPPORTS

master
bbruns 2010-11-26 03:06:16 +00:00
parent 2ac9c2d4bd
commit 1aca632545
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ fi
unset i PORTS PORTS_COUNT_CURR PORTS_COUNT
fi
else
for i in $IPV6TCP; do
for i in $IPV6_TCPPORTS; do
echo -en "${PURPLE}TCP${DEFAULT_COLOR}/${GREEN}$i "
$IP6TABLES -A INPUT -p tcp --dport $i -j ACCEPT
done