1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-04-20 01:29:01 +00:00

Fix packet capture for links connected to a cloud node. Fixes #2513

This commit is contained in:
grossmj 2025-03-16 21:12:33 +07:00
parent c9231d7b83
commit ee9f974362
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -232,7 +232,7 @@ async def stop_cloud_capture(
await node.stop_capture(port_number)
@router.get("/{node_id}/adapters/{adapter_number}/ports/{port_number}/pcap")
@router.get("/{node_id}/adapters/{adapter_number}/ports/{port_number}/capture/stream")
async def stream_pcap_file(
*,
adapter_number: int = Path(..., ge=0, le=0),