Bug 706295
Summary: | UML started with incorrect command line networking parameters | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Heath Petersen <HeathPetersen> | ||||
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | crobinso, eblake, xen-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-06-02 19:55:59 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Heath Petersen
2011-05-19 23:24:46 UTC
After thinking about it, to prove my point, I tried removing the name of the tun device from the XML config by removing the "<target dev='h1'/>" line. It also generates an incorrect command line with eth0=tuntap,00:00:00:61:bf:b8. It should have two commas after tuntap. Created attachment 501428 [details]
patch to fix the problem
This attachment appears to fix the problem. I release it into the public domain with no copyright or license restrictions. Please use it if you like.
Hi Heath, thanks for the report and the patch. Your change is likely to get more attention if you mail it to libvirt-list with a [PATCH] prefix in the subject. Thanks! 0.9.2 will include: commit 39b59dbdb4cf81302adee76d88c76f59b1281708 Author: Heath Petersen <HeathPetersen> Date: Thu Jun 2 11:23:43 2011 -0500 uml: correct command line networking parameters I have been finding that some UML command line networking parameters are being generated incorrectly. |