summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/status_dhcp_leases.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/status_dhcp_leases.php b/usr/local/www/status_dhcp_leases.php
index ed474de..806084b 100755
--- a/usr/local/www/status_dhcp_leases.php
+++ b/usr/local/www/status_dhcp_leases.php
@@ -208,6 +208,10 @@ while($i < $leases_count) {
/* skip the next binding statement */
$f = $f+3;
break;
+ case "rewind":
+ /* skip the next binding statement */
+ $f = $f+3;
+ break;
case "hardware":
$leases[$l]['mac'] = $data[$f+2];
/* check if it's online and the lease is active */
OpenPOWER on IntegriCloud