resulting in a big list of reserved leases from the same android machine.
My idea is to search for the mac address that starts with xx:xx:xx because it is unique to our network but always
the same for that device.
And then deleting all the reserved leases from it every hour or so.
I just need to add some code to the script below to only delete leases with starting mac of xx:xx:xx
Code: Select all
/system scheduler
add interval=1d name=delete-dhcp-leases on-event="/ip dhcp-server lease remove [find dynamic]" policy=read,write start-date=jun/02/2017 start-time=00:00:00