Skip to content

Commit 6adfe24

Browse files
committed
update log
1 parent 8524b50 commit 6adfe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/internalapi_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (service *HTTPRestService) programSNATRules(req *cns.CreateNetworkContainer
147147
// if rule count doesn't match or not all rules exist, reconcile
148148
// add one because there is always a singular starting rule in the chain, in addition to the ones we add
149149
if len(currentRules) != len(rules)+1 || !allRulesExist {
150-
logger.Printf("[Azure CNS] Reconciling SWIFT-POSTROUTING chain rules")
150+
logger.Printf("[Azure CNS] Reconciling SWIFT-POSTROUTING chain rules to SNAT Azure DNS and IMDS to Node IP")
151151

152152
err = ipt.ClearChain(iptables.Nat, SWIFTPOSTROUTING)
153153
if err != nil {

0 commit comments

Comments
 (0)