This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DHCP Lease to Simple Queues | |
# 2014 Lonnie Mendez ([email protected]) | |
# | |
# Mikrotik RouterOS v6.9 | |
/ip dhcp-server lease | |
:foreach x in=[find] do={ | |
# grab variables for use below | |
:local leaseaddr ([get $x address]."/32") |