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:
parent
c9231d7b83
commit
ee9f974362
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user