diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-06 14:38:11 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | b86d6314868596dacdf422db80ef0ff27c61c644 (patch) | |
tree | 7c2ec95caca9c38a70ba4da418679d18b829f2b5 | |
parent | a0a2046373ac6992972ee804883d6cfbe86e3235 (diff) |
doc/telegram-chat: show usage of persistent ids
-rw-r--r-- | doc/telegram-chat.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/telegram-chat.md b/doc/telegram-chat.md index c750042..2a4af99 100644 --- a/doc/telegram-chat.md +++ b/doc/telegram-chat.md @@ -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 |