Skip to content

Commit 74eb648

Browse files
Update dcnm_links.py (#380)
1 parent f593092 commit 74eb648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/dcnm_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@ def dcnm_links_compare_intra_fabric_link_params(self, wlink, hlink):
30323032
{
30333033
"ENABLE_MACSEC_MISMATCH": [
30343034
str(wlink["nvPairs"]["ENABLE_MACSEC"]).lower(),
3035-
str(hlink["nvPairs"]["ENABLE_MACSEC"]).lower(),
3035+
str(hlink["nvPairs"].get("ENABLE_MACSEC")).lower(),
30363036
]
30373037
}
30383038
)

0 commit comments

Comments
 (0)