Revision f1273b82
Added by Jim Pingle about 14 years ago
usr/local/www/diag_arp.php | ||
---|---|---|
158 | 158 |
/* skip the next binding statement */ |
159 | 159 |
$f = $f+3; |
160 | 160 |
break; |
161 |
case "rewind": |
|
162 |
/* skip the rewind binding statement */ |
|
163 |
$f = $f+3; |
|
164 |
break; |
|
161 | 165 |
case "hardware": |
162 | 166 |
$leases[$l]['mac'] = $data[$f+2]; |
163 | 167 |
/* check if it's online and the lease is active */ |
Also available in: Unified diff
Sync with dhcp leases reading code.