mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-12 19:23:50 +02:00
Fix capture on IOU/IOL links. Fixes #2477
This commit is contained in:
parent
54c0b383cb
commit
035a104957
@ -284,7 +284,7 @@ async def start_iou_node_capture(
|
||||
"""
|
||||
|
||||
pcap_file_path = os.path.join(node.project.capture_working_directory(), node_capture_data.capture_file_name)
|
||||
await node.start_capture(adapter_number, pcap_file_path)
|
||||
await node.start_capture(adapter_number, port_number, pcap_file_path)
|
||||
return {"pcap_file_path": str(pcap_file_path)}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user