Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhranshu153 authored Nov 19, 2024
2 parents 2750401 + 0469999 commit 49be59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/network/driver/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (bd *bridgeDriver) HandlePostCreate(net *netutil.NetworkConfig) (string, er
// Since nerdctl currently does not support custom bridge names,
// we explicitly override bridge name in the conflist file for the network that was just created
if err = bd.setBridgeName(net, bridgeName); err != nil {
warning = fmt.Sprintf("Failed to set network bridge name %s: %s", bridgeName, err)
return "", fmt.Errorf("failed to set network bridge name %s: %s", bridgeName, err)
}
}

Expand Down

0 comments on commit 49be59e

Please sign in to comment.