summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-17 11:59:38 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-17 11:59:38 +0100
commit8a3b09efccdced78db90eefba0ce208c0927bf36 (patch)
treef5db3e4e67c96a2f0087d97625a53925ef848027 /etc
parent6f97976326e7ca648b3fe99f8038b735878d723e (diff)
downloadpfsense-8a3b09efccdced78db90eefba0ce208c0927bf36.zip
pfsense-8a3b09efccdced78db90eefba0ce208c0927bf36.tar.gz
Comment out static mappings, this needs more research
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 3e22efb..873b06f 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;
OpenPOWER on IntegriCloud