summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
Commit message (Collapse)AuthorAgeFilesLines
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵Renato Botelho2014-02-171-20/+7
| | | | fixes #3421
* Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-0/+20
| | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key.
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-231-10/+0
| | | | it fixes #3364
* Fix #3218, reaload filter rules when activate or deactivate dhcpdv6Renato Botelho2013-09-211-1/+8
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support ↵jim-p2013-09-061-13/+0
| | | | failover the way that DHPv4 did. Fixes #3184
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-091-4/+4
|
* Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-011-2/+2
| | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Make fe80: addresses check case insensitiveRenato Botelho2013-04-141-4/+4
|
* Use killbypid instead of a killall that never worksRenato Botelho2013-03-161-1/+1
|
* Add a line break to move this text to the next line. It was stuck after ↵jim-p2013-02-071-1/+1
| | | | another field and easy to miss.
* Add header to DHCP and DHCPv6 static mappings tablesjim-p2013-01-281-0/+4
|
* Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-10/+3
|
* Fix logic of v6 version of is_inrange()Renato Botelho2013-01-241-1/+1
|
* Update the GUI page for the DHCP6 server, add a if statement that prevents ↵smos2013-01-061-4/+28
| | | | | | throwing range errors on interface that have no static IPv6 address. It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Fix linkjim-p2012-06-181-2/+2
|
* split dhcpv6 server and ra #2361Darren Embry2012-06-081-10/+0
|
* remove the RA stuff from services_dhcpv6 for #2361Darren Embry2012-06-081-69/+11
|
* Change the DHCPv6 services page into a RA and DHCPv6 section, move some of ↵smos2012-06-061-19/+68
| | | | | | | | the variables. Add drop down to select carp vip for that interface for CARP advertisements Allow setting the RA priority. Redmine ticket #1829
* Increase Prefix delegation size choicessmos2012-04-131-0/+2
|
* Clarify textsmos2012-04-131-2/+2
|
* Add more possible prefix lengths for the DHCPv6 server for prefix delegation.smos2012-04-031-0/+2
|
* Ticket #2317: typo, use ipaddrv6 instead of ipaddrPierre POMES2012-03-271-1/+1
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Enable the NTP server fields for our DHCP6 server.smos2012-03-131-6/+2
|
* Fix some checks in dhcpv6 screen. Still need to validate static mappings ↵Pierre POMES2012-03-041-13/+14
| | | | against delegated networks
* Merge pull request #59 from Joecowboy/Time-format-changeJim P2012-02-281-7/+8
|\ | | | | Time format change
| * Commenting those lines out because the form fields are not generated because ↵Joecowboy2012-02-261-4/+4
| | | | | | | | they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.
| * Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime ↵Joecowboy2012-02-251-3/+4
| | | | | | | | per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.
* | Fix gen_subnetv6_max(), used to display the end of available range in dhcp ↵Pierre POMES2012-02-261-2/+1
|/ | | | server ipv6
* Added check box for DHCPv6 lease time to select local time instead of the ↵Joecowboy2012-02-251-0/+27
| | | | default UTC time.
* Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-251-1/+11
|
* Fix the config patch to the dhcp6 relayxsmos2012-01-191-1/+1
|
* Clarify the DHCPv6 server textsmos2011-12-141-1/+4
|
* Updated DHCP IPv4 and IPv6 to allow global and host based filename and ↵Anthony Wrather2011-12-011-2/+2
| | | | root-path.
* Comment out TFTP and NTP UI fields and block the code in services.inc.smos2011-11-221-3/+8
| | | | ISC dhcpd does not support these yet. See redmine ticket #2016
* Remove the gateway field from view since it is not a valid option for now.smos2011-09-031-0/+2
|
* un-break services_dhcpv6.phpChris Buechler2011-08-211-1/+1
|
* Clarify advertising options, add router only type.smos2011-08-211-2/+2
|
* Fix the input validation, typo in the field name. Mark the prefix delegation ↵Seth Mos2011-05-111-2/+2
| | | | range as not required.
* Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd ↵Seth Mos2011-05-091-7/+33
| | | | complaining about the network mask being too short.
* More DHCPv6 server fixes, split the function out into seperate v4 and v6. ↵Seth Mos2011-05-041-114/+44
| | | | Make the router advertisement stand alone on the dhcp server page.
* Properly add dns and wins fields, load them on page load.Seth Mos2011-04-151-0/+2
|
* Fix the javascript to toggle the fields correctlySeth Mos2011-03-251-3/+4
|
* Fix javascript, close the select tag which will show the textSeth Mos2011-03-251-27/+26
|
* Correct typo in array name. Add select box for operating mode of rtadvd and ↵Seth Mos2011-03-211-1/+14
| | | | dhcpv6 combination
OpenPOWER on IntegriCloud