
20 May
2010
20 May
'10
3:05 a.m.
On 05/19/2010 10:41 PM, Charles Duffy wrote:
Howdy!
I spent some time scratching my head this evening, as libvirt was stripping the target/@dev entry from my interface[@type='ethernet'].
Turns out that this was caused by the interface name containing a period, which is rejected by isValidIfname(). As the kernel allows the creation of such interfaces, it is improper for libvirt to reject them.
The attached one-liner (built against RHEL6b1's libvirt but still applicable against current master as of 10c681622) fixes this issue.
I think we need to add ":" there as well (at least - maybe there are others), don't we?