summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
Commit message (Collapse)AuthorAgeFilesLines
* Bring back rainterface, add config upgrade to convert to new _vip format. ↵Chris Buechler2016-03-291-1/+31
| | | | Ticket #6043
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-3/+7
|
* Simplify check for which interfaces can have RAs, and show track6 interfaces ↵Chris Buechler2016-02-191-3/+2
| | | | without having to enable DHCPv6 server. Ticket #3029
* Ticket #3029Renato Botelho2016-02-191-2/+3
| | | | | | | Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to interfaces configured to track DHCP-PD This patch only works for PD with length 64
* Simplify logicRenato Botelho2016-02-181-2/+6
|
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-1/+6
|\
| * Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵k-paulius2016-02-141-1/+1
| | | | | | | | breadcrumb separator.
| * Show interface name in the breadcrumb on DHCPv6 Server pagek-paulius2016-02-131-1/+6
| |
* | 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.
* 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