Skip to content

Commit

Permalink
Merge pull request eNMS-automation#340 from MiShRob/master
Browse files Browse the repository at this point in the history
Minor fix to honor config_mode in the service.
  • Loading branch information
afourmy authored Jun 10, 2021
2 parents 46bb6a2 + b4fc940 commit 075bb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eNMS/services/configuration/netmiko_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def job(self, run, payload, device):
)
netmiko_connection.send_config_set(
config.splitlines(),
enter_config_mode=run.config_mode,
delay_factor=run.delay_factor,
exit_config_mode=run.exit_config_mode,
strip_prompt=run.strip_prompt,
Expand Down

0 comments on commit 075bb5d

Please sign in to comment.