Skip to content

Commit

Permalink
add vde port default
Browse files Browse the repository at this point in the history
  • Loading branch information
klaases committed Aug 15, 2022
1 parent 6270a80 commit e57a721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/drivers/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ func (d *Driver) GetPort() int {
d.FirstQuery = false
port = 2376
}
if d.Network == "vde" {
port = 8443
}
return port
}

Expand Down

0 comments on commit e57a721

Please sign in to comment.