On 03/21/2013 12:05 PM, Alexandre Kandalintsev wrote: > Hi! > > > Here is the patch that allows us to specify the name of tap interface > when -netdev bridge is used. It's like -netdev tap,ifname=xxx, but for > bridges. >
> +++ b/qapi-schema.json
> @@ -2676,6 +2676,7 @@
> { 'type': 'NetdevBridgeOptions',
> 'data': {
> '*br': 'str',
> + '*ifname': 'str',
> '*helper': 'str' } }
You also need to add a line documenting this field:
# @ifname: #optional Set the interface name that will be used (since 1.5).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
