summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/config.console.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix #7364 Console assigned VLAN disappears after rebootPhil Davis2017-03-081-0/+4
|
* Code with multiple %s in etcPhil Davis2017-02-011-15/+15
|
* Merge pull request #3176 from stilez/patch-49Luiz Otavio O Souza2016-11-061-1/+1
|\ | | | | | | | | | | * 'patch-49' of https://github.com/stilez/pfsense: 80 character lines ftw :) standardise old code ("or" -> "||")
| * 80 character lines ftw :)stilez2016-10-261-1/+2
| | | | | | Just because it was asked nicely :)
| * standardise old code ("or" -> "||")stilez2016-10-031-2/+1
| |
* | Fix the port assigment on SG-4860 or SG-8860.Luiz Otavio O Souza2016-11-041-2/+8
| |
* | Retire cdrom platform supportRenato Botelho2016-10-121-179/+101
|/
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix #6724 VLAN interface displayed wrongPhil Davis2016-08-181-8/+10
| | | | | in interface assignment script dialog. The str_replace() calls were not smart enough to just get rid of bare "igb1" when "igb1_vlan123" and such like was also in the list.
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-53/+54
|
* Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183Chris Buechler2016-04-221-0/+8
|
* Unset dhcpdv6 on LAN here as well. Ticket #6152Chris Buechler2016-04-151-0/+3
|
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-091-13/+12
| | | | Remove "you" personalizations.
* Remove "we" personalizations from config.console.incPhil Davis2016-04-051-3/+3
| | | | I changed "we" to "the system" - if someone thinks so, it could be changed to "pfSense" or $g["product_name"]\ If you want to do something different to what I did here, then feel free to close this and make the required changes.
* Includes - Remove PersonalizationsNOYB2016-04-041-5/+5
| | | | Remove "you" personalizations.
* When listing the network interfaces, print the link state and not the ↵Luiz Otavio O Souza2016-03-051-1/+7
| | | | administrative state.
* If you are assigning interfaces, remove the existing configuration from old ↵Luiz Otavio O Souza2016-03-051-0/+15
| | | | | | interfaces if any. This fixes the need for a reboot after changing interface assignment in console.
* Change ISO image filename to remove "LiveCD" from its name, and clean up ↵jim-p2016-02-171-2/+2
| | | | associated references to LiveCD. Ticket #5895
* Internationalize etc inc a-i filesPhil Davis2016-02-171-1/+1
|
* Update license on files from /etc/incRenato Botelho2016-01-151-24/+40
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Merge pull request #2185 from phil-davis/factory-default-interfaces-20151208Renato Botelho2015-12-111-0/+59
|\
| * Automatically choose some interface combinationsPhil Davis2015-12-081-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on factory default boot. This allows the system to switch interfaces from the newer ones in the default config (e.g. em0 em1) back to the interfaces used by: Alix - vr1 vr0 APU - re1 re2 that match the WAN and LAN labels printed on many existing devices. It means these devices can boot the default config and this will automatically detect that there is no em0/em1 and will instead select whatever exists out of vr1/vr0 or re1/re2. This avoids the user having to use the serial cable to do interface assignment when starting a brand new image, or when resetting to factory defaults. It could easily be extended to other common interface combinations. For me, this (or similar) would be very beneficial. At remote sites it is really good if it is possible to do reset to factory defaults, or put a fresh CF/SD card in, and the system boots without needing to connect a serial cable and do interface assignment.
* | Internationalize more of config.console.incPhil Davis2015-12-101-27/+12
|/ | | | This code is a whole mix of some palces that use gettext() and other chunks of output that are hardcoded text between "EOD" markers. I have got rid of the "EOD" blocks where there is a question asked - those needed to have a space at the end of the question. To meet code style guide it is easy if questions are all in their own echo statements and the space " " can be visibly coded in.
* fix interface assignment menus running off VGA screendoktornotor2015-09-211-4/+10
| | | | | | | | | | | | When using VGA console, interface assignment can be a real pain in the ass because of the standard 80 columns width. Dmesg reports the many interface description names in very long strings that don't fit in a row, this breaks the nice appearance of the interface list in the assignment menu. The aestethics is one thing, but the real pain is that the interface list goes off screen by the time the menu asks for the WAN interface name, if there are many interfaces present. It's a real problem to choose from a list which is not visible anymore. One fix is to maximize the length of the interface description to 48 chars. The second fix (and also improvement for better overlooking when the list really goes off) is to print a small list of the interface names at each question. This is necessary because when somebody wants to assign the first interface to the last Optional port, the big list will be way off screen by then, and the name of it won't be visible. This also makes it nice clean and straightforward.
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+560
OpenPOWER on IntegriCloud