summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-1/+1
| | | | (cherry picked from commit e1f5381f4ecae20922a379b75820af1c9e57927e)
* Merge pull request #2841 from ↵Stephen Beaver2016-04-051-1/+1
| | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations (cherry picked from commit 3061702cce23fcc5259f7d6d119a6fe05de84149)
* Merge pull request #2837 from phil-davis/weStephen Beaver2016-04-051-1/+1
| | | | (cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
* Fixed #6017Stephen Beaver2016-03-211-1/+30
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Only show VIPs on the correct interface. Ticket #5844Chris Buechler2016-02-101-3/+6
|
* Fix style issues.Chris Buechler2016-02-091-2/+4
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-35/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* $interface isn't used here. Wasn't before either, otherwise it would have ↵Chris Buechler2016-02-051-2/+0
| | | | broken the get_configured_carp_interface_list. Ticket #5844
* Just show the IP to the user, the VIP's uniqid is meaningless noise to the ↵Chris Buechler2016-02-051-1/+1
| | | | user. Ticket #5844
* Only show VIPs associated with the correct interface. Ticket #5844Chris Buechler2016-02-051-4/+5
|
* Select appropriate VIP where one is configured. Ticket #5844Chris Buechler2016-02-051-1/+1
|
* Internationalization of various system*.phpPhil Davis2016-02-031-1/+1
|
* Fixed #5789Stephen Beaver2016-01-211-9/+10
|
* Update system_gateway_groups_edit.phpheper2015-12-211-1/+1
|
* Bug #5527heper2015-12-211-2/+2
|
* Code style system_*Phil Davis2015-12-171-18/+23
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5209Stephen Beaver2015-09-291-5/+14
|
* Fixed #5192Stephen Beaver2015-09-241-33/+62
| | | | Element names corrected
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-200/+178
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+378
OpenPOWER on IntegriCloud