qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tap: add the possibility to specify a tap prefi


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] tap: add the possibility to specify a tap prefix
Date: Tue, 14 Jan 2014 18:31:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 14/01/2014 18:15, William Dauchy ha scritto:
> this will permit to specify an interface prefix to the tap instead of the
> default one ("tap")
> this functionnality is useful when you need an easy way to find the
> interfaces attached to a given virtual machine
> 
> example:
>  -net bridge,prefix=tapvmA. -net bridge,prefix=tapvmA.
>  will create `tapvmA.0` and `tapvmA.1`
>  `brctl show | grep vmA` will be an easy way to find the interfaces
>  attached to the vmA
> 
> Signed-off-by: <address@hidden>

I think this was nacked already in the past.  You would need to
implement some kind of ACL system like the one that is in place for
bridges.  Without it, for example, you could hijack existing iptables rules.

Sorry for the bad news. :)

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]