mirror of
https://github.com/GNS3/gns3-server
synced 2024-10-31 20:58:56 +00:00
Fix an issue with serial capture for IOU
Fix https://github.com/GNS3/gns3-gui/issues/1886
This commit is contained in:
parent
366c567864
commit
65b75a9212
@ -1167,7 +1167,7 @@ class IOUVM(BaseNode):
|
||||
bay=adapter_number,
|
||||
unit=port_number,
|
||||
output_file=output_file,
|
||||
data_link_type=data_link_type))
|
||||
data_link_type=re.sub("^DLT_", "", data_link_type)))
|
||||
|
||||
@asyncio.coroutine
|
||||
def stop_capture(self, adapter_number, port_number):
|
||||
|
Loading…
Reference in New Issue
Block a user