summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
Commit message (Collapse)AuthorAgeFilesLines
* Breadcrumb linksPhil Davis2017-02-111-0/+3
| | | | (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
| | | | (cherry picked from commit 24b82516e0baac87316245427e870a36fbcda4ac)
* Form_IpAddress add types remove patternsPhil Davis2016-12-271-3/+5
| | | | | | | | | | | | 1) Add alias and host types to Form_IpAddress with the appropriate hover text. 2) Remove the patterns - the UI of those is not so effective anyway, so leave the validation of input to the back end. 3) Update uses of Form_IpAddress to use the appropriate Alias or Host type as needed. 4) Remove explicit setPattern() from those uses of Form_IpAddress. (cherry picked from commit 45541aae63596ea28aa18c84b65946bce6adbffd)
* "Internationalize" help text in router advertisementsSteve Beaver2016-12-201-9/+9
|
* Revised #6889 to use formatted list syntaxSteve Beaver2016-12-191-7/+8
|
* COmpleted #6889 by re-formatting help textSteve Beaver2016-12-191-8/+14
|
* Improve RADVD router mode help text (Todo #6889)doktornotor2016-12-191-11/+13
| | | | (cherry picked from commit 69bfc8ede81fb28b6eceb7f1343d94c68073c706)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Uniformize memory limits and remove old code (revised)NewEraCracker2016-09-021-5/+0
| | | | | | | 1) Allow setting a memory_limit up to 768M (Suhosin) 2) Remove old workarounds. Memory limits on config.inc will be new defaults (cherry picked from commit 7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699)
* Input boxes with setPattern validation should not contain escape characters ↵PiBa-NL2016-09-021-1/+1
| | | | | | as they are already properly considered 'lists of characters' even when not escaped. (cherry picked from commit 8ea3fd0569ac2b1681de5ba3fbc2a2cc20981ad6)
* Code style and commentsPhil Davis2016-08-161-3/+3
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* fix typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
|
* Add config option for AdvDefaultLifetime, clean up descriptions on other. ↵Chris Buechler2016-07-091-2/+14
| | | | Ticket #6533
* Add configuration for Min and MaxRtrAdvInterval. Ticket #6533Chris Buechler2016-07-091-5/+49
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-111-1/+1
| | | | (cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e)
* Adding missing spaces between punctuationNewEraCracker2016-05-101-1/+1
| | | | (cherry picked from commit 0e63fe1f372584a03a6c84aeb6268fde8de75b3a)
* 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
|
OpenPOWER on IntegriCloud