Skip to content

Commit 36914d4

Browse files
authored
Update configlet with the missing port_channel config information used in add rack script #7872
Config used to add rack via port channel there is missing the elements "tpid" and "lacp_key". These elements are generated as part of the original config but not part of the add_rack config. What is the motivation for this PR? This PR is closing the gap in the config used to add T0 rack with T1 rack via port channel How did you verify/test it? Added the missing config in configlet and re-ran the test script to verify the difference between the original config_db and the config_db post add rack process
1 parent 34ce7e3 commit 36914d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/configlet/util/configlet.py

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def get_port_channel():
6868
"admin_status": "up",
6969
"min_links": "1",
7070
"mtu": "9100",
71+
"tpid": "0x8100",
72+
"lacp_key": "auto",
7173
"members": list(sonic_local_ports)
7274
}
7375
}

0 commit comments

Comments
 (0)