mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +02:00
global-config: support loading snippets
This adds support for loading snippets, which need a name starting with "global-config-overlay.d/". This allows to split off configuration if desired.
This commit is contained in:
parent
e39e8a0083
commit
a7cb3e520a
4 changed files with 17 additions and 1 deletions
|
@ -139,6 +139,11 @@ Save changes and exit with `Ctrl-o`.
|
|||
|
||||

|
||||
|
||||
Additionally creating configuration snippets is supported. The script name
|
||||
of these snippets has to start with `global-config-overlay.d/` to make them
|
||||
being loaded automatically. This allows to split off parts of the
|
||||
configuration.
|
||||
|
||||
To apply your changes run `global-config`, which will automatically load
|
||||
the overlay as well:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue