On 10/22/2013 11:31 AM, Samuel Thibault wrote:
> Hello,
> 
> Eric Blake, le Tue 22 Oct 2013 11:27:27 +0100, a écrit :
>> On 10/22/2013 11:22 AM, Samuel Thibault wrote:
>>> Eric Blake, le Mon 21 Oct 2013 22:04:23 +0100, a écrit :
>>>>> +    '*ip6_prefix':      'str',
>>>>
>>>> Why is this a str instead of an integer?
>>>
>>> prefix would be e.g. fc00::1/64.
>>
>> That requires me to post-parse it. Would it be smarter to represent this
>> as two elements, one for the "fc00::1" string, and another for the 64
>> width, so that I don't have to post-parse?
> 
> It makes sense, yes, the syntax would be [ip6-prefix=net[/netsize]] . I
> just don't know how to express that in qapi :)

'*ip6_net':'str', '*ip6_netsize':'int'

passed on the wire as:

"ip6_net":"fc00::1", "ip6_netsize":64

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to