Clear original dest when it is 0.0.0.0/0

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@625 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-07-03 16:12:28 +00:00
parent 5b9d1f7460
commit 807e808318

View File

@ -1957,6 +1957,8 @@ add_nat_rule() {
done
fi
fi
[ "x$addr" = "x0.0.0.0/0" ] && addr=
}
#