aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-01 21:48:03 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-01 21:48:03 +0100
commit98c132105dc88b13989c12d5bf9572022c7e986b (patch)
tree0bbd37192fe19e9605afb9532c549e1a5fbcfb0b /doc
parent7f356d76bf5c76d98d3fc93c6471720b49750daf (diff)
check-routeros-update: support installing updates automatically if seen in neighbor listchange-36
Diffstat (limited to 'doc')
-rw-r--r--doc/check-routeros-update.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md
index 6016a1f..bd25ab1 100644
--- a/doc/check-routeros-update.md
+++ b/doc/check-routeros-update.md
@@ -34,9 +34,10 @@ Configuration is required only if you want to control update process with
safe versions from a web server. The configuration goes to
`global-config-overlay`, this is the parameter:
+* `SafeUpdateNeighbor`: install updates automatically if seen in neighbor list
+* `SafeUpdatePatch`: install patch updates automatically
* `SafeUpdateUrl`: url to check for safe update, the channel (`long-term`,
`stable` or `testing`) is appended
-* `SafeUpdatePatch`: install patch updates automatically
Usage and invocation
--------------------