From be3e8b7aadbdc1d013f167bf469378a0879fffc7 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 2 May 2007 19:43:25 +0000 Subject: [PATCH] Add SOURCE and DEST to reserved zone names git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6198 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/lib.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-common/lib.config b/Shorewall-common/lib.config index 9a0edfc8d..17dff75f2 100644 --- a/Shorewall-common/lib.config +++ b/Shorewall-common/lib.config @@ -262,7 +262,7 @@ determine_zones() [0-9*]) startup_error "Illegal zone name \"$zone\" in zones file" ;; - all|none) + all|none|SOURCE|DEST) startup_error "Reserved zone name \"$zone\" in zones file" ;; esac