Skip to content

Commit a373499

Browse files
committed
keep log related to reconciling chain placement when the chain is not in the right place
1 parent 6a2eda5 commit a373499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/pkg/dataplane/policies/chain-management_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ func (pMgr *PolicyManager) positionAzureChainJumpRule() error {
633633
}
634634

635635
// add (back) the azure jump
636+
klog.Infof("Inserting jump from FORWARD chain to AZURE-NPM chain")
636637
var args []string
637638
if targetIndex == 1 {
638639
// when no index is provided, index of 1 is implied

0 commit comments

Comments
 (0)