better wording for log
This commit is contained in:
@@ -119,7 +119,7 @@ func interceptionPrep() error {
|
|||||||
func resetAllConnectionVerdicts() {
|
func resetAllConnectionVerdicts() {
|
||||||
// Resetting will force all the connection to be evaluated by the firewall again
|
// Resetting will force all the connection to be evaluated by the firewall again
|
||||||
// this will set new verdicts if configuration was update or spn has been disabled or enabled.
|
// this will set new verdicts if configuration was update or spn has been disabled or enabled.
|
||||||
log.Info("interception: reevaluating all connection trough the firewall")
|
log.Info("interception: marking all connections for re-evaluation")
|
||||||
|
|
||||||
// reset all connection firewall handlers. This will tell the master to rerun the firewall checks.
|
// reset all connection firewall handlers. This will tell the master to rerun the firewall checks.
|
||||||
for _, conn := range network.GetAllConnections() {
|
for _, conn := range network.GetAllConnections() {
|
||||||
|
|||||||
Reference in New Issue
Block a user