From 9552450897319ab9e8810bd1a487d2936122c2d3 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 8 Feb 2011 14:15:46 +0000 Subject: Resolves #1265. Show the interfaces in the same order requested during assignment on console. --- etc/inc/config.console.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/config.console.inc b/etc/inc/config.console.inc index 9005b79..d1eb18a 100644 --- a/etc/inc/config.console.inc +++ b/etc/inc/config.console.inc @@ -303,9 +303,9 @@ EOD; echo "\nThe interfaces will be assigned as follows: \n\n"; + echo "WAN -> " . $wanif . "\n"; if ($lanif != "") echo "LAN -> " . $lanif . "\n"; - echo "WAN -> " . $wanif . "\n"; for ($i = 0; $i < count($optif); $i++) { echo "OPT" . ($i+1) . " -> " . $optif[$i] . "\n"; } -- cgit v1.1