Actions
Bug #1265
closedconfig.console asks for WAN & LAN but displays LAN & WAN
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
Updated by Ermal Luçi almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 70 to 100
Applied in changeset 9552450897319ab9e8810bd1a487d2936122c2d3.
Updated by Ermal Luçi almost 14 years ago
- Status changed from Feedback to Resolved
Actions