Closed rgl closed 1 year ago
This fixes https://github.com/ppggff/vagrant-qemu/issues/39.
This supersedes https://github.com/ppggff/vagrant-qemu/pull/47.
This now creates the entries as:
-netdev user,id=net0,hostfwd=tcp::50022-:22,hostfwd=tcp:127.0.0.1:55985-:5985,hostfwd=tcp:127.0.0.1:55986-:5986
Instead of:
-netdev user,id=net0,hostfwd=tcp::50022-:22,hostfwd=tcp:127.0.0.1::55985-:5985,hostfwd=tcp:127.0.0.1::55986-:5986
Thanks, I will check this soon
This fixes https://github.com/ppggff/vagrant-qemu/issues/39.
This supersedes https://github.com/ppggff/vagrant-qemu/pull/47.
This now creates the entries as:
Instead of: