[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] PATCH: Support networking in User Mode Linux driver
- From: Daniel Veillard <veillard redhat com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] PATCH: Support networking in User Mode Linux driver
- Date: Tue, 2 Jun 2009 17:34:51 +0200
On Tue, Jun 02, 2009 at 10:52:59AM +0100, Daniel P. Berrange wrote:
> This patch adds support for bridge, virtual network, multicast and user-mode
> networking in the User Mode Linux driver. You can't pass an open TAP device
> file descriptor to UML, so we also extend the bridge.c file to supporting
> creation & deletion of persistent TAP devices.
Looks fine,
> + if (!tapfd &&
> + (errno = ioctl(fd, TUNSETPERSIST, 1)))
> + goto error;
I was just a bit worried about this new ioctl value, but it seems
defined even on old kernels.
ACK,
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
daniel veillard com | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]