Project

General

Profile

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

# Date Author Comment
d28cd156 04/14/2013 05:36 PM Renato Botelho

Make fe80: addresses check case insensitive

e074fb75 03/16/2013 04:09 PM Renato Botelho

Use killbypid instead of a killall that never works

8707707e 02/07/2013 06:28 PM Jim Pingle

Add a line break to move this text to the next line. It was stuck after another field and easy to miss.

f2ea45ef 01/28/2013 02:59 PM Jim Pingle

Add header to DHCP and DHCPv6 static mappings tables

41b4867e 01/24/2013 02:30 PM Renato Botelho

Move is_inrange() to util.inc and rename it to is_inrange_v6()

a78bf0c8 01/24/2013 02:29 PM Renato Botelho

Fix logic of v6 version of is_inrange()

16d9ad13 01/06/2013 09:24 AM Seth Mos

Update the GUI page for the DHCP6 server, add a if statement that prevents 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.

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

bfb00534 06/18/2012 02:15 PM Jim Pingle

Fix link

f3475477 06/08/2012 07:37 PM Darren Embry

split dhcpv6 server and ra #2361

1c8dbfbb 06/08/2012 05:53 PM Darren Embry

remove the RA stuff from services_dhcpv6 for #2361

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.