Cleaned up rule logs

This commit is contained in:
Paulo Nascimento
2021-03-20 18:23:32 -03:00
parent ea65cb7401
commit 0c73ed60f4
2 changed files with 3 additions and 15 deletions

View File

@@ -489,7 +489,7 @@ func (m *Mesh) applyTopology() {
m.errorCounter.WithLabelValues("apply").Inc()
return
}
ipRules := t.Rules(m.cni, m.logger)
ipRules := t.Rules(m.cni)
// If we are handling local routes, ensure the local
// tunnel has an IP address and IPIP traffic is allowed.
if m.enc.Strategy() != encapsulation.Never && m.local {