1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

dhcp-lease-comment: add support for wifiwave2

This commit is contained in:
Christian Hesse
2023-08-07 22:20:31 +02:00
parent bac4a460f0
commit 6d76704a97
3 changed files with 44 additions and 4 deletions

View File

@@ -15,14 +15,19 @@ from wireless access list.
Requirements and installation
-----------------------------
Depending on whether you use CAPsMAN (`/caps-man`) or local wireless
interface (`/interface/wireless`) you need to install a different script.
Depending on whether you use `wifiwave2` package (`/interface/wifiwave2`)
or legacy wifi with CAPsMAN (`/caps-man`) or local wireless interface
(`/interface/wireless`) you need to install a different script.
For CAPsMAN:
For `wifiwave2`:
$ScriptInstallUpdate dhcp-lease-comment.wifiwave2;
For legacy CAPsMAN:
$ScriptInstallUpdate dhcp-lease-comment.capsman;
For local interface:
For legacy local interface:
$ScriptInstallUpdate dhcp-lease-comment.local;