From f1273b82b67bd293d0edf6264a688c65db9d6cee Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 13 May 2011 13:07:56 -0400 Subject: [PATCH] Sync with dhcp leases reading code. --- usr/local/www/diag_arp.php | 4 ++++ 1 file changed, 4 insertions(+) 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 */