napalm/load-operation¶
Defines a series of commands to run on NAPALM managed device.
Defines which operation to run for NAPALM load.
Options are:
merge: only modify the specified section, do not replace the entire configreplace: completely replace the entire network devices configuration
The napalm/commit-config must be set to true for an actual changes
to the device are made. This is a safety feature.