]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Make autoport set RDP port range.
authorDawid Zamirski <dzrudy@gmail.com>
Tue, 24 Oct 2017 21:09:16 +0000 (17:09 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 25 Oct 2017 15:14:21 +0000 (11:14 -0400)
commit380815f8eff4c7b589a85b06f0969fe303424689
treebc179d9230bfbae5776f5c5d0b0bdd079a98a87b
parent32845fd656aeab9125057fd11c0977aaba5b14f8
vbox: Make autoport set RDP port range.

Originally autoport in vbox driver was setting the port to default value
(3389) which caused multiple VM instances use the same port. Since
libvirt XML does not allow to set port ranges, this patch changes the
"autoport" behavior to set VBox's "TCP/Ports" property to an arbitrary
port range (3389-3689) to avoid that issue.
src/vbox/vbox_tmpl.c