From 646a947b8c9c960e47663cf38269bc0ae0b35284 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 19 Aug 2002 13:56:28 +0000 Subject: [PATCH] Correct ADD_SNAT_ALIASES problem git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@202 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index b1b67c9fe..632fa3943 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -2437,7 +2437,7 @@ setup_masq() if [ -n "$address" -a -n "$ADD_SNAT_ALIASES" ]; then list_search $address $aliases_to_add || \ - aliases_to_add="$aliases_to_add $external $address" + aliases_to_add="$aliases_to_add $interface $address" fi destination=$destnet