summaryrefslogtreecommitdiffstats
path: root/main/shorewall-shell/redirect-excludes.patch
blob: 9230576bdbf4078cae2a6a9ba6c0e010283c4ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./lib.nat.orig
+++ ./lib.nat
@@ -683,10 +683,10 @@
 	    fi
 	    ;;
 	!*)
-	    if [ $(list_count $addr) -gt 1 ]; then
+#	    if [ $(list_count $addr) -gt 1 ]; then
 		excludedests="${addr#\!}"
 		addr=
-	    fi
+#	    fi
 	    ;;
     esac