diff options
author | Christian Hesse <mail@eworm.de> | 2021-07-15 12:47:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-15 12:47:05 +0200 |
commit | 8e2c783068829c523c3b8fa8835f77f3a6ef56e0 (patch) | |
tree | 5b34965f7735ed276ff2f3991d5eb1eae54de589 /dhcp-to-dns | |
parent | 9509371690c26bb67918448458f7b2989df4635c (diff) |
lease-script: drop differentiation of assign / deassign...
... not that we have early locking.
Diffstat (limited to 'dhcp-to-dns')
-rw-r--r-- | dhcp-to-dns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-to-dns b/dhcp-to-dns index 44fd673..8afbf54 100644 --- a/dhcp-to-dns +++ b/dhcp-to-dns @@ -3,7 +3,7 @@ # Copyright (c) 2013-2021 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # -# provides: lease-script, assign, deassign, order=20 +# provides: lease-script, order=20 # # check DHCP leases and add/remove/update DNS entries # https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-to-dns.md |