ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

Fix bug when using host_ip or guest_ip with forwarded_ports #47

Closed simon-frankau closed 11 months ago

simon-frankau commented 1 year ago

If you use host_ip or guest_ip when setting a :forwarded_port, you end up with a qemu command-line parsing error, as the code puts in extra, unnecessary colons. This patch simply removes these colons.

The patch is untested as I'm very lazy, I'm afraid.

simon-frankau commented 1 year ago

(Happy to raise an issue if you feel it's necessary, my goal has been to make this small fix low-maintenance for you, so happy to do whatever.)

ppggff commented 11 months ago

Thanks, I will check this soon

ppggff commented 11 months ago

Thanks, go with #49