summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Comment out static mappings, this needs more researchSeth Mos2011-03-171-15/+15
|
* Correct the link to the proper page for deleting a static mappingSeth Mos2011-03-081-1/+1
|
* Blind coded a edit page for IPv6. the subnet check needs to be written ↵Seth Mos2011-03-031-1/+1
| | | | entirely. Checking if the IP address falls within the v6 subnet isn't so hard, what is harder is making sure that the ip does not fall within the dynamic subnet. For that we need proper subnet math calculus. Which we don't have yet.
* Fix the link to point to the v6 edit page insteadSeth Mos2011-03-031-7/+7
|
* Disable the wins server input boxes, these don't work on v6Seth Mos2011-02-081-17/+0
|
* Add the dhcpv6 server service page.Seth Mos2010-10-281-0/+912
OpenPOWER on IntegriCloud