stop starts the interception.
()
| 34 | |
| 35 | // stop starts the interception. |
| 36 | func stopInterception() error { |
| 37 | return StopNfqueueInterception() |
| 38 | } |
| 39 | |
| 40 | // ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again. |
| 41 | func ResetVerdictOfAllConnections() error { |
no test coverage detected