We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8524b50 commit 6adfe24Copy full SHA for 6adfe24
cns/restserver/internalapi_linux.go
@@ -147,7 +147,7 @@ func (service *HTTPRestService) programSNATRules(req *cns.CreateNetworkContainer
147
// if rule count doesn't match or not all rules exist, reconcile
148
// add one because there is always a singular starting rule in the chain, in addition to the ones we add
149
if len(currentRules) != len(rules)+1 || !allRulesExist {
150
- logger.Printf("[Azure CNS] Reconciling SWIFT-POSTROUTING chain rules")
+ logger.Printf("[Azure CNS] Reconciling SWIFT-POSTROUTING chain rules to SNAT Azure DNS and IMDS to Node IP")
151
152
err = ipt.ClearChain(iptables.Nat, SWIFTPOSTROUTING)
153
if err != nil {
0 commit comments