Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Jan 22, 2025
1 parent 6389118 commit 0c67be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/endpoint_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ func (nw *network) configureHcnEndpoint(epInfo *EndpointInfo) (*hcn.HostComputeE
NextHop: route.Gw.String(),
DestinationPrefix: route.Dst.String(),
}

hcnEndpoint.Routes = append(hcnEndpoint.Routes, hcnRoute)
}

Expand Down

0 comments on commit 0c67be2

Please sign in to comment.