From 8a3b09efccdced78db90eefba0ce208c0927bf36 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Thu, 17 Mar 2011 11:59:38 +0100 Subject: [PATCH] Comment out static mappings, this needs more research --- etc/inc/services.inc | 5 ++++- usr/local/www/services_dhcpv6.php | 30 +++++++++++++------------- usr/local/www/services_dhcpv6_edit.php | 6 +++--- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 3e22efb144..873b06f32c 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -668,6 +668,9 @@ EOD; EOD; /* add static mappings */ + /* Does not work for IPv6 + /* You can not use a hardware parameter for DHCPv6 hosts + /* Needs to be figured out if (is_array($dhcpv6ifconf['staticmap'])) { $i = 0; @@ -692,7 +695,7 @@ EOD; $i++; } } - + */ $realif = escapeshellcmd(get_real_interface($dhcpv6if)); $dhcpdv6ifs[] = $realif; diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php index 2c7f6bfaa6..7d00b0c761 100644 --- a/usr/local/www/services_dhcpv6.php +++ b/usr/local/www/services_dhcpv6.php @@ -577,8 +577,8 @@ include("head.inc"); -    + +    -
-
+
+
-
+
-
+
-
+
@@ -648,7 +648,7 @@ include("head.inc"); -
+
@@ -681,7 +681,7 @@ include("head.inc");

-
+

@@ -694,8 +694,8 @@ include("head.inc"); "> -

@@ -734,9 +734,9 @@ include("head.inc");

- + -
+

- diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php index 2c9f5744a9..bc51f83f26 100644 --- a/usr/local/www/services_dhcpv6_edit.php +++ b/usr/local/www/services_dhcpv6_edit.php @@ -212,21 +212,21 @@ include("head.inc"); - +
- +
Netboot filename - +
Name of the file that should be loaded when this host boots off of the network, overrides setting on main page.