Skip to content

Commit

Permalink
fix l2bridge type
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Nov 7, 2024
1 parent 319714e commit 18942f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/network_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (nm *networkManager) configureHcnNetwork(nwInfo *EndpointInfo, extIf *exter
// Initialize HNS network.
hcnNetwork := &hcn.HostComputeNetwork{
Name: nwInfo.NetworkID,
Type: hcn.L2Bridge
Type: hcn.L2Bridge,
Ipams: []hcn.Ipam{
{
Type: hcnIpamTypeStatic,
Expand Down

0 comments on commit 18942f1

Please sign in to comment.