From 0a5565dc6c6b9130920eb184547076ad0b9c65aa Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 21 Aug 2006 15:41:10 +0000 Subject: [PATCH] Fix mss= vs. firewall zone git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4396 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/clib.tunnels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/clib.tunnels b/Shorewall/clib.tunnels index d8462ad63..3c66d6f82 100644 --- a/Shorewall/clib.tunnels +++ b/Shorewall/clib.tunnels @@ -43,7 +43,7 @@ setup_ipsec() { # set_mss() # $1 = MSS value, $2 = _in, _out or "" { - for z in $ZONES; do + for z in $ZONES $FW; do case $2 in _in) set_mss1 ${zone}2${z} $1