fix linter errors

This commit is contained in:
Vladimir Stoilov 2022-09-08 15:33:27 +02:00 committed by Daniel
parent 4bd8412f71
commit b4e2687884
2 changed files with 8 additions and 7 deletions

View file

@ -15,7 +15,7 @@ func stop() error {
return StopNfqueueInterception()
}
// ResetAllConnections resets all connections so they are forced to go thought the firewall again
// ResetAllConnections resets all connections so they are forced to go thought the firewall again.
func ResetAllConnections() error {
return nfq.DeleteAllMarkedConnection()
}