Skip to content

Commit

Permalink
changes due to cliconfbase updates (#862)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored May 29, 2024
1 parent 4fcb4d1 commit 8fbdf0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/cliconf/nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,16 @@ def edit_config(
candidate=None,
commit=True,
replace=None,
diff=False,
comment=None,
err_responses=None,
):
if diff:
self._connection.queue_message(
"warning",
message="setting `diff=True` in edit_config() no effect for platform cisco.nxos",
)

resp = {}
operations = self.get_device_operations()
self.check_edit_config_capability(
Expand Down

0 comments on commit 8fbdf0c

Please sign in to comment.