diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-17 09:06:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-31 09:40:09 +0200 |
commit | 7b47ed7ea5a937edef9699c1b8be3b6364c9c0c9 (patch) | |
tree | e475aae09e3c6f8e748c27e5614bf4b91fe64c1e /global-config.rsc | |
parent | 49d85c6def6426a64b2ae516af80609cd17af317 (diff) |
check-routeros-update: support update from specific neighbor(s)change-105
... by matching the identity property.
Diffstat (limited to 'global-config.rsc')
-rw-r--r-- | global-config.rsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-config.rsc b/global-config.rsc index 7988ce3..7d3ef7c 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -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"; |