Skip to content

Commit

Permalink
Merge pull request #96 from MikeZappa87/issue/revert
Browse files Browse the repository at this point in the history
Revert "Update loopback version to support check"
  • Loading branch information
mikebrow committed Apr 27, 2022
2 parents a7b9eb0 + 186662c commit a0f51ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Expand Up @@ -87,7 +87,7 @@ func WithMinNetworkCount(count int) Opt {
// network config.
func WithLoNetwork(c *libcni) error {
loConfig, _ := cnilibrary.ConfListFromBytes([]byte(`{
"cniVersion": "1.0.0",
"cniVersion": "0.3.1",
"name": "cni-loopback",
"plugins": [{
"type": "loopback"
Expand Down

0 comments on commit a0f51ae

Please sign in to comment.