mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-27 03:48:57 +02:00
dhcp-lease-comment: add support for wifiwave2
This commit is contained in:
parent
bac4a460f0
commit
6d76704a97
3 changed files with 44 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue