Project

General

Profile

Actions

Bug #1265

closed

config.console asks for WAN & LAN but displays LAN & WAN

Added by Thomas NOEL about 13 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Installer
Target version:
Start date:
02/08/2011
Due date:
% Done:

100%

Estimated time:
0.10 h
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
All

Description

Very small bug, but, hey... we want a perfect system, aren't we ? :)

On the very first configuration (first boot on console), pfSense ask for WAN, and LAN configuration.
But on configuration, it displays LAN, and WAN...
It confuses some users (at least one on mine).

Here is a patch :

--- orig/config.console.inc     2011-01-29 13:09:14.917053997 +0100
+++ new/config.console.inc      2011-01-29 14:07:10.965054340 +0100
@@ -303,9 +303,9 @@

                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";
                }


Files

config.console.inc.diff (448 Bytes) config.console.inc.diff Thomas NOEL, 02/08/2011 08:44 AM
Actions #1

Updated by Ermal Luçi about 13 years ago

Committed thx.

Actions #2

Updated by Ermal Luçi about 13 years ago

  • Status changed from New to Feedback
  • % Done changed from 70 to 100
Actions #3

Updated by Ermal Luçi about 13 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF