summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_arp.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php
index 8a39d3a..cd3e331 100755
--- a/usr/local/www/diag_arp.php
+++ b/usr/local/www/diag_arp.php
@@ -158,6 +158,10 @@ while($i < $leases_count) {
/* skip the next binding statement */
$f = $f+3;
break;
+ case "rewind":
+ /* skip the rewind 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