Skip to content

Commit

Permalink
Support cni version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed Jun 3, 2024
1 parent 6eb2e1d commit 8d2c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipoib/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func main() {
}

skel.PluginMain(cmdAdd, cmdCheck, cmdDel,
cniversion.PluginSupports("0.1.0", "0.2.0", "0.3.0", "0.3.1", "0.4.0"), bv.BuildString("ipoib-cni"))
cniversion.All, bv.BuildString("ipoib-cni"))
}

func printVersionString() string {
Expand Down

0 comments on commit 8d2c450

Please sign in to comment.