Correct comment

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1625 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-16 15:42:26 +00:00
parent 7e7fa846b8
commit 40dd45abb9

View File

@ -483,7 +483,7 @@ dnat_chain() # $1 = zone
#
# SNAT Chain to a zone or from an interface
#
snat_chain() # $1 = zone
snat_chain() # $1 = zone or interface
{
echo $(chain_base $1)_snat
}