Skip to content

Commit

Permalink
add patch_position to sync_devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephine.Rutten committed Dec 20, 2024
1 parent df5ce01 commit 94c3674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cnaas_nms/devicehandler/sync_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def populate_device_vars(
ifindexnum = 0
if "ifclass" not in intf:
continue
extra_keys = ["aggregate_id", "enabled", "cli_append_str", "metric", "mtu", "tags"]
extra_keys = ["aggregate_id", "enabled", "cli_append_str", "metric", "mtu", "tags", "patch_postion"]
if intf["ifclass"] == "downlink":
data = {}
if intf["name"] in ifname_peer_map:
Expand Down

0 comments on commit 94c3674

Please sign in to comment.