summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-08 09:26:48 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-08 09:26:48 +0545
commita6d93c69b0ee9c76de16e4dff369c7eafa84460a (patch)
tree058da12558d6cb8d01c2a2cf384d421aca2bf1dd /src/usr/local/www/services_router_advertisements.php
parent9b54ac32a36fbfad3d4ac7206a97cd2f13a5630e (diff)
downloadpfsense-a6d93c69b0ee9c76de16e4dff369c7eafa84460a.zip
pfsense-a6d93c69b0ee9c76de16e4dff369c7eafa84460a.tar.gz
Redmine #5386
From Router Advertisements tab, be able to select different interfaces and stay on the Router Advertisements tab.
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index c8c92a5..167ccee 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -259,7 +259,7 @@ foreach ($iflist as $ifent => $ifname) {
$active = false;
}
- $tab_array[] = array($ifname, $active, "services_dhcpv6.php?if={$ifent}");
+ $tab_array[] = array($ifname, $active, "services_router_advertisements.php?if={$ifent}");
$tabscounter++;
}
OpenPOWER on IntegriCloud