Push out 0.9.11

master
bbruns 2010-12-18 22:24:48 +00:00
parent 4e7ee7cce9
commit 18e3c7c532
1 changed files with 2 additions and 1 deletions

View File

@ -515,7 +515,8 @@ if [ "$PORTFW" ] && [ "$NAT" ]; then
fi
if [ "$DSTIP" ]; then
DSTIP="-d $DSTIP"
elif [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then
fi
if [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then
DSTIP="-d $EXTIP"
fi
#PORTADD=( ${i//:/ } )