# Functions
DeleteServiceConnections uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the given service IP.
ClearUDPConntrackForPeers uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the {origin, dest} IP pair.
ClearUDPConntrackForPort uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the port.
ExecConntrackTool executes the conntrack tool using the given parameters.
No description provided by the author
RevertPorts is closing ports in replacementPortsMap but not in originalPortsMap.
No description provided by the author
# Interfaces
Closeable is an interface around closing an port.
PortOpener is an interface around port opening/closing.