mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-07 17:04:24 +02:00
doc/telegram-chat: show usage of persistent ids
This commit is contained in:
parent
a0a2046373
commit
b86d631486
1 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,14 @@ scripting capabilities. Try to print what you want to act on...
|
|||
|
||||
/ip/address/remove [ find where interface=eth ];
|
||||
|
||||
What does work is using the persistent ids:
|
||||
|
||||
/ip/address/print show-ids;
|
||||
|
||||
The output contains an id starting with asterisk that can be used:
|
||||
|
||||
/ip/address/remove *E;
|
||||
|
||||
### Mind command runtime
|
||||
|
||||
The command is run in background while the script waits for it - about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue