Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 4dc0184

Browse files
authored
Merge pull request #609 from bergwolf/routes
fix route device name
2 parents 615fe66 + b360a68 commit 4dc0184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func (nc *NetworkContext) getRoutes() []hyperstartapi.Route {
389389
routes = append(routes, hyperstartapi.Route{
390390
Dest: r.Destination,
391391
Gateway: r.Gateway,
392-
Device: inf.DeviceName,
392+
Device: inf.NewName,
393393
})
394394
}
395395
}

0 commit comments

Comments
 (0)