mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-04-20 14:59:29 +00:00
Adding Channel Id Field DSL Port Channel Operations (#615)
This commit is contained in:
@@ -567,7 +567,7 @@ class PutOperation(BaseOperation):
|
||||
result["dst_buff"] = []
|
||||
for chunk in self.dst_buff:
|
||||
result["dst_buff"].append(chunk.to_dict())
|
||||
if self.channel_ids == ChannelType.port:
|
||||
if self.channel_type == ChannelType.port:
|
||||
result["channel_ids"] = self.channel_ids
|
||||
result["channel_type"] = self.channel_type.value
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user