Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update loopback version to support check
Signed-off-by: Michael Zappa <Michael.Zappa@stateless.net>
  • Loading branch information
Michael Zappa authored and Michael Zappa committed Mar 21, 2022
commit 9ebcec1f5aae75ddd28394898d310212bc87c478
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func WithMinNetworkCount(count int) Opt {
// network config.
func WithLoNetwork(c *libcni) error {
loConfig, _ := cnilibrary.ConfListFromBytes([]byte(`{
"cniVersion": "0.3.1",
"cniVersion": "1.0.0",
"name": "cni-loopback",
"plugins": [{
"type": "loopback"
Expand Down