mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-09-23 12:41:16 +00:00
Merge d623c58aa1 into a5d3b94663
This commit is contained in:
@@ -211,8 +211,8 @@ class VyOSDriver(NetworkDriver):
|
||||
|
||||
try:
|
||||
self.device.commit()
|
||||
except ValueError:
|
||||
raise CommitError("Failed to commit config on the device")
|
||||
except ValueError as err:
|
||||
raise CommitError('\n\n{}'.format(err))
|
||||
|
||||
self.device.send_config_set(['save'])
|
||||
self.device.exit_config_mode()
|
||||
|
||||
Reference in New Issue
Block a user