mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 14:28:12 +00:00
Fix traceback when starting packet capture on builtin nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2743
This commit is contained in:
@ -338,4 +338,4 @@ class EthernetSwitchHandler:
|
||||
node = dynamips_manager.get_node(request.match_info["node_id"], project_id=request.match_info["project_id"])
|
||||
port_number = int(request.match_info["port_number"])
|
||||
nio = node.get_nio(port_number)
|
||||
await node.stream_pcap_file(nio, node.project.id, request, response)
|
||||
await dynamips_manager.stream_pcap_file(nio, node.project.id, request, response)
|
||||
|
Reference in New Issue
Block a user