Added upstream_resources on add_vlan (#581)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-05-31 13:20:52 +05:30
committed by GitHub
parent ee6312e61e
commit 1a55e9811e

View File

@@ -316,7 +316,7 @@ class ChamberView:
flag = 1
if flag == 1:
for vlans in vlan_ids:
self.raw_line.append(["profile_link 1.1 " + "vlan-100 1 " + self.upstream_port
self.raw_line.append(["profile_link " + self.upstream_resources + " vlan-100 1 " + self.upstream_port
+ " NA " + self.upstream_port.split(".")[2] + ",AUTO -1 " + str(vlans)])
self.Chamber_View()