Skip to content

Commit

Permalink
fix kmesh manager pod restart failed in ads mode
Browse files Browse the repository at this point in the history
Signed-off-by: lec-bit <[email protected]>
  • Loading branch information
lec-bit committed Apr 19, 2024
1 parent 0340457 commit a5bba93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cni/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func CmdAdd(args *skel.CmdArgs) error {

if err := netns.WithNetNSPath(string(args.Netns), enableXDPFunc); err != nil {
log.Error(err)
return err
}

return types.PrintResult(preResult, cniConf.CNIVersion)
Expand Down

0 comments on commit a5bba93

Please sign in to comment.