diff options
Diffstat (limited to 'dhcp-lease-comment.capsman')
-rw-r--r-- | dhcp-lease-comment.capsman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-lease-comment.capsman b/dhcp-lease-comment.capsman index a25027e..e5da51f 100644 --- a/dhcp-lease-comment.capsman +++ b/dhcp-lease-comment.capsman @@ -6,7 +6,7 @@ # # !! Do not edit this file, it is generated from template! -:foreach Lease in=[ / ip dhcp-server lease find where dynamic=yes ] do={ +:foreach Lease in=[ / ip dhcp-server lease find where dynamic=yes status=bound ] do={ :local LeaseVal [ / ip dhcp-server lease get $Lease ]; :local NewComment; :local AccessList ([ / caps-man access-list find where mac-address=($LeaseVal->"mac-address") ]->0); |