package documentation
Library for reading and managing network connections.
From __init__.py
:
Function | drop |
Flush all connections. |
Function | drop |
Drop a connection by its id. |
Function | list |
List all network connections. |
Function | __parse |
Parse the connection information from a flow tag. |
Function | __parse |
From a meta tag, extract the connection information. |
Drop a connection by its id.
- Args:
- connection_id: id of the connection to drop.
- Raises:
- ValueError: if the connection with the given id is not found.
- RuntimeError: if the connection could not be dropped.