You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is desired to extend the capture cli to stop a packet capture by specifying both the VM name and interface index. Currently, all packet captures are stopped for the VM via the command capture <pcap,> <delete,> vm <vm name> Since we are able to start a packet capture for a specific VM interface, it makes sense to be able to stop a packet capture for a specific interface.
I wrote dependent code that starts packet captures based on a subnet. It would be nice to continue to rely on the capture cli to stop packet captures by subnet. Currently, if a VM has an interface in a specific subnet, all packet captures for the VM are stopped using the capture cli.
The text was updated successfully, but these errors were encountered:
It is desired to extend the capture cli to stop a packet capture by specifying both the VM name and interface index. Currently, all packet captures are stopped for the VM via the command
capture <pcap,> <delete,> vm <vm name>
Since we are able to start a packet capture for a specific VM interface, it makes sense to be able to stop a packet capture for a specific interface.I wrote dependent code that starts packet captures based on a subnet. It would be nice to continue to rely on the capture cli to stop packet captures by subnet. Currently, if a VM has an interface in a specific subnet, all packet captures for the VM are stopped using the capture cli.
The text was updated successfully, but these errors were encountered: