vyos_merge
Merge a configuration file or inline config string in VyOS curly-brace format into the running router configuration.
Instructions
Merge a configuration into the running config.
Provide either a file path on the router or an inline
config string (VyOS curly-brace format).
Args:
file: Path to config file on the router
string: Inline config in VyOS format, e.g.
'interfaces { ethernet eth1 { description "test" } }'Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| string | No |