summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-rwxr-xr-xusr/local/www/services_dhcp_relay.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index cb2497a..01daadc 100755
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -34,6 +34,9 @@ function get_wan_dhcp_server() {
$dhclientfn = $g['vardb_path'] . "/dhclient.leases";
$leases = file($dhclientfn);
/* Start at the end, work backwards finding the latest lease for the WAN */
+ $dhcpserver = "";
+ $iface = "";
+ $iface = "";
for ($i = (count($leases)-1); $i >= 0; $i--) {
if ($leases[$i] == "}") {
unset($iface);
OpenPOWER on IntegriCloud