Windows implementation

This commit is contained in:
Vladimir Stoilov
2022-09-08 15:21:17 +02:00
committed by Daniel
parent b8bfbf14e4
commit 4bd8412f71
4 changed files with 40 additions and 5 deletions

View File

@@ -341,8 +341,3 @@ func (dnfq *disabledNfQueue) PacketChannel() <-chan packet.Packet {
}
func (dnfq *disabledNfQueue) Destroy() {}
// ResetAllConnections resets all connections so they are forced to go thought the firewall again
func ResetAllConnections() error {
return nfq.DeleteAllMarkedConnection()
}