diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php index 8a39d3a815..cd3e331743 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 */