Project

General

Profile

Download (40.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fe838158 06/06/2012 06:50 AM Seth Mos

Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.
Add drop down to select carp vip for that interface for CARP advertisements
Allow setting the RA priority.
Redmine ticket #1829

79909926 04/13/2012 12:34 PM Seth Mos

Increase Prefix delegation size choices

e1cc1f6d 04/13/2012 12:33 PM Seth Mos

Clarify text

50a6400f 04/03/2012 06:34 AM Seth Mos

Add more possible prefix lengths for the DHCPv6 server for prefix delegation.

17aa0c18 03/28/2012 12:59 AM Pierre POMES

Ticket #2317: typo, use ipaddrv6 instead of ipaddr

c7255ec1 03/18/2012 01:23 AM Pierre POMES

Do not show tabs for interfaces with 'link local' address (fe80::...)

0f54c806 03/18/2012 01:06 AM Pierre POMES

Do not show tabs for interfaces with 'link local' address (fe80::...)

4096fe5d 03/13/2012 07:27 PM Seth Mos

Enable the NTP server fields for our DHCP6 server.

731de711 03/04/2012 02:18 PM Pierre POMES

Fix some checks in dhcpv6 screen. Still need to validate static mappings against delegated networks

6c046206 02/28/2012 09:29 PM Jim Pingle

Merge pull request #59 from Joecowboy/Time-format-change

Time format change

47335ae3 02/26/2012 09:21 PM Pierre POMES

Fix gen_subnetv6_max(), used to display the end of available range in dhcp server ipv6

adaa3f75 02/26/2012 06:20 AM Daniel Rasmussen

Commenting those lines out because the form fields are not generated because they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.

138208bf 02/25/2012 11:18 PM Daniel Rasmussen

Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.

7d0ad4ec 02/25/2012 09:25 PM Daniel Rasmussen

Added check box for DHCPv6 lease time to select local time instead of the default UTC time.

a3de8b9e 02/25/2012 04:12 PM Pierre POMES

Ticket #1917: fix typos, fix domain-search for dhcpv6

80c88a68 01/19/2012 07:03 PM Seth Mos

Fix the config patch to the dhcp6 relayx

acafeee0 12/14/2011 06:33 PM Seth Mos

Clarify the DHCPv6 server text

a2578c27 12/01/2011 05:33 PM Anthony Wrather

Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.

7d504365 11/22/2011 07:01 PM Seth Mos

Comment out TFTP and NTP UI fields and block the code in services.inc.
ISC dhcpd does not support these yet. See redmine ticket #2016

520c3d61 09/03/2011 05:48 PM Seth Mos

Remove the gateway field from view since it is not a valid option for now.

dba5f621 08/22/2011 03:56 AM Chris Buechler

un-break services_dhcpv6.php

fd1e6c05 08/21/2011 03:11 PM Seth Mos

Clarify advertising options, add router only type.

cd9fa56b 05/11/2011 01:18 PM Seth Mos

Fix the input validation, typo in the field name. Mark the prefix delegation range as not required.

bfb3e717 05/09/2011 09:23 PM Seth Mos

Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complaining about the network mask being too short.

2fb056d8 05/04/2011 08:58 AM Seth Mos

More DHCPv6 server fixes, split the function out into seperate v4 and v6. Make the router advertisement stand alone on the dhcp server page.

13399e17 04/15/2011 08:57 PM Seth Mos

Properly add dns and wins fields, load them on page load.

588402bf 03/25/2011 01:09 PM Seth Mos

Fix the javascript to toggle the fields correctly

d5d0c16b 03/25/2011 10:37 AM Seth Mos

Fix javascript, close the select tag which will show the text

656f1763 03/21/2011 03:40 PM Seth Mos

Correct typo in array name. Add select box for operating mode of rtadvd and dhcpv6 combination

8a3b09ef 03/17/2011 10:59 AM Seth Mos

Comment out static mappings, this needs more research

d2627d7c 03/08/2011 08:14 AM Seth Mos

Correct the link to the proper page for deleting a static mapping

4e8e7662 03/03/2011 08:30 PM Seth Mos

Blind coded a edit page for IPv6. the subnet check needs to be written 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.

aed47758 03/03/2011 08:16 PM Seth Mos

Fix the link to point to the v6 edit page instead

aa0103f5 02/08/2011 03:18 PM Seth Mos

Disable the wins server input boxes, these don't work on v6

99caa67c 10/28/2010 08:49 AM Seth Mos

Add the dhcpv6 server service page.