diff options
author | Michael Gisbers <michael@gisbers.de> | 2021-06-28 18:00:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-01 22:56:18 +0200 |
commit | d5edcbd3b6396f47358428dc376c5c9a81035f6d (patch) | |
tree | 333ada59c5c6773f7c6b350d334d547124723c22 /doc | |
parent | 877e95d4be240835e2153ba4ce5fe615a127eda1 (diff) |
check-routeros-update: allow update for capchange-59
If CAPsMAN is running on a device with just 16MB flash downloading the
packages is not possible (or at least lost at reboot). So allow a CAP to
update with opt-in.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/check-routeros-update.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md index 92ff1b1..5ebdede 100644 --- a/doc/check-routeros-update.md +++ b/doc/check-routeros-update.md @@ -42,6 +42,7 @@ 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 +* `SafeUpdateOnCap`: check for updates even if device is managed by CAPsMAN * `SafeUpdatePatch`: install patch updates automatically * `SafeUpdateUrl`: url to check for safe update, the channel (`long-term`, `stable` or `testing`) is appended |