From: Stefan Schantl Date: Mon, 8 Jul 2013 03:10:18 +0000 (+0200) Subject: Local zones must be named net0, net1, ... X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fnetwork.git;a=commitdiff_plain;h=4da7fbed4b89517aa629b23ca148eaebbee7ce5f 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 --- 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}"