summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_carp.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Restore 2.2.x and prior means of obtaining pfsync nodes to avoid exhausting ↵Chris Buechler2016-06-291-9/+5
| | | | memory on systems with large state tables. Ticket #6364
* Merge pull request #2827 from NOYB/Status_-_Remove_PersonalizationsStephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
* Add color to the CARP status icons so they are more visually distinct. ↵jim-p2016-03-151-3/+3
| | | | Ticket #5965
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-2/+4
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+2
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Upon further review, use a more clear and related set of icons for CARP ↵jim-p2016-03-081-2/+2
| | | | status, play-circle (master) and pause-circle (backup). Ticket #5965
* Slight change to CARP status icons, difference between master and backup ↵jim-p2016-03-081-1/+1
| | | | status was not clear enough. Ticket #5965
* Remove unnecessary code. CARP isn't a interface anymore, radvd cannot run on ↵Luiz Otavio O Souza2016-02-241-16/+0
| | | | CARP IPs.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* CleanupNewEraCracker2016-02-101-4/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Fix style issues.Chris Buechler2016-02-091-4/+8
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-28/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that current CARP implementation is not much different from an IP alias. This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844
* Internationalization of various status*.phpPhil Davis2016-01-271-8/+8
|
* Encode hostname before printing; remove some related dead code.jim-p2015-12-211-5/+0
|
* 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
* Code style status*Phil Davis2015-12-151-6/+7
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+275
OpenPOWER on IntegriCloud