mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-12-06 02:09:29 +00:00
check-routeros-update: support update from specific neighbor(s)
... by matching the identity property.
This commit is contained in:
parent
49d85c6def
commit
7b47ed7ea5
5 changed files with 8 additions and 2 deletions
|
|
@ -126,6 +126,7 @@
|
|||
:global SafeUpdatePatch false;
|
||||
# Allow to install updates automatically if seen in neighbor list.
|
||||
:global SafeUpdateNeighbor false;
|
||||
:global SafeUpdateNeighborIdentity "";
|
||||
# Install *ALL* updates automatically!
|
||||
# Set to all upper-case "Yes, please!" to enable.
|
||||
:global SafeUpdateAll "no";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue