summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-06-08 15:37:50 -0400
committerDarren Embry <dse@webonastick.com>2012-06-08 15:37:50 -0400
commitf3475477e8126653364d89717486bf49f276353f (patch)
treee8d58d0ad2ce01a03196ae6b3cedbbdd34b63199 /usr/local/www/services_dhcpv6.php
parent1c8dbfbb4c9f769bc74fcea84a81d69cf7d2c58e (diff)
downloadpfsense-f3475477e8126653364d89717486bf49f276353f.zip
pfsense-f3475477e8126653364d89717486bf49f276353f.tar.gz
split dhcpv6 server and ra #2361
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 55f323f..325f04b 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -150,16 +150,6 @@ function is_inrange($test, $start, $end) {
return false;
}
-$advertise_modes = array("disabled" => "Disabled",
- "router" => "Router Only",
- "unmanaged" => "Unmanaged",
- "managed" => "Managed",
- "assist" => "Assisted");
-$priority_modes = array("low" => "Low",
- "medium" => "Normal",
- "high" => "High");
-$carplist = get_configured_carp_interface_list();
-
if ($_POST) {
unset($input_errors);
OpenPOWER on IntegriCloud