mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Sync with dhcp leases reading code.
This commit is contained in:
parent
60c5d29b5f
commit
f1273b82b6
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user