Skip to content

Commit 268acfa

Browse files
authored
Update dcnm_interface.py
1 parent 0d8d659 commit 268acfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/dcnm_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4084,7 +4084,7 @@ def dcnm_intf_compare_want_and_have(self, state):
40844084
# with the first sub if.
40854085
if re.search(r"\d+\/\d+\/1$", have_intf) and not found:
40864086
payload = {'serialNumber': have['serialNo'],
4087-
'ifName': have['ifName']}
4087+
'ifName': have['ifName']}
40884088
self.diff_delete_breakout.append(payload)
40894089

40904090
for want in self.want:
@@ -4860,7 +4860,7 @@ def dcnm_intf_get_diff_deleted(self):
48604860
# with the first sub if.
48614861
if re.search(r"\d+\/\d+\/1$", have_intf) and found:
48624862
payload = {'serialNumber': have['serialNo'],
4863-
'ifName': have['ifName']}
4863+
'ifName': have['ifName']}
48644864
self.diff_delete_breakout.append(payload)
48654865
elif cfg.get("name", None) is not None:
48664866
processed = []

0 commit comments

Comments
 (0)