summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
Commit message (Collapse)AuthorAgeFilesLines
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #2393 from schinken/radvd-lifetimeRenato Botelho2016-01-281-0/+27
|\
| * Add possibility to configure radvd valid lifetimeschinken2016-01-281-0/+27
| |
* | More internationalization of servicescodePhil Davis2016-01-271-7/+8
| |
* | Fixed #5789Stephen Beaver2016-01-211-9/+11
| |
* | Fix all unterminated character class for patternNewEraCracker2016-01-061-1/+1
|/
* Code style servicesPhil Davis2015-12-171-7/+10
|
* 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
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* 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.
* Various updates to privileges and related metadatajim-p2015-11-251-1/+1
|
* 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.
* radvd only allows 3 RDNSS servers to be specified, otherwise exits with "too ↵Chris Buechler2015-11-171-8/+5
| | | | many addresses in RDNSS section".
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Redmine #5386Phil Davis2015-11-081-1/+1
| | | From Router Advertisements tab, be able to select different interfaces and stay on the Router Advertisements tab.
* Restored interface tabs to dhcpv6.phpStephen Beaver2015-11-071-1/+1
| | | | Changes dhcp/advertisements tab format in dhcpv6 and router_advertisements
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Various text stuff on the UIPhil Davis2015-11-061-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+2
|
* Completes #5159Stephen Beaver2015-10-021-163/+1
| | | | All duplicated JS removed to included file
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-2/+2
| | | | and change port inputs to 'text'
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-3/+11
|
* Edits courtesy of Phil Davis. Thanks!Stephen Beaver2015-09-111-1/+1
|
* services_router_advertisements.php: Bootstrap conversion completeStephen Beaver2015-09-101-288/+386
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+480
OpenPOWER on IntegriCloud