From 4da7fbed4b89517aa629b23ca148eaebbee7ce5f Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 8 Jul 2013 05:10:18 +0200 Subject: [PATCH] Local zones must be named net0, net1, ... "net" is more generic and makes more sense when being used with VPNs and other virtual networks which are not a LOCAL area network ("lan"). Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- src/functions/functions.constants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.constants b/src/functions/functions.constants index abf7812e..e7df05c1 100644 --- a/src/functions/functions.constants +++ b/src/functions/functions.constants @@ -77,7 +77,7 @@ DISCOVER_NOT_SUPPORTED=2 # The user is able to create zones that begin # with these names followed by a number. -ZONE_LOCAL="lan" +ZONE_LOCAL="net" ZONE_NONLOCAL="upl" VALID_ZONES="${ZONE_LOCAL} ${ZONE_NONLOCAL}" -- 2.39.2