check-routeros-update: support installing updates automatically if seen in neighbor list

This commit is contained in:
Christian Hesse 2020-11-01 21:48:03 +01:00
parent 7f356d76bf
commit 98c132105d
6 changed files with 19 additions and 5 deletions

View file

@ -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
--------------------