On 02/11/2014 06:08 AM, Samuel Thibault wrote:
> This patchs adds parameters to manage some new options in the qemu -net
s/patchs/patch/
> command.
> Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in
> argument to the qemu command.
> Defaults parameters are respectively fec
This patchs adds parameters to manage some new options in the qemu -net
command.
Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in
argument to the qemu command.
Defaults parameters are respectively fec0::2, fec0::, /64 and fec0::3.
Signed-off-by: Yann Bordenave
Signed-off-b
This patchs adds parameters to manage some new options in the qemu -net
command.
Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in
argument to the qemu command.
Defaults parameters are respectively fc00::2, fc00::, /64 and fc00::3.
Signed-off-by: Yann Bordenave
Signed-off-b
On 10/22/2013 08:12 PM, Samuel Thibault wrote:
> I see. So it would be something like this?
>
> commit 1807466d691f281f430fbf8c0bbff6bf8073247d
> Author: Samuel Thibault
> Date: Tue Oct 22 21:11:46 2013 +0200
>
> qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
>
I see. So it would be something like this?
commit 1807466d691f281f430fbf8c0bbff6bf8073247d
Author: Samuel Thibault
Date: Tue Oct 22 21:11:46 2013 +0200
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
This patchs adds parameters to manage some new options
On 10/22/2013 03:11 PM, Samuel Thibault wrote:
> Eric Blake, le Tue 22 Oct 2013 11:52:11 +0100, a écrit :
>> On 10/22/2013 11:48 AM, Eric Blake wrote:
>>> HMP can let the user abbreviate to net=10.0.2.2/24,
>>
>> The command line, just like HMP, can use shorthand for convenience.
>
> How are these
Eric Blake, le Tue 22 Oct 2013 11:52:11 +0100, a écrit :
> On 10/22/2013 11:48 AM, Eric Blake wrote:
> > HMP can let the user abbreviate to net=10.0.2.2/24,
>
> The command line, just like HMP, can use shorthand for convenience.
How are these usually defined? A quick search didn't provide me an
On 10/22/2013 11:48 AM, Eric Blake wrote:
> On 10/22/2013 11:45 AM, Samuel Thibault wrote:
>
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
On 10/22/2013 11:45 AM, Samuel Thibault wrote:
>>> 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
>
> E
Eric Blake, le Tue 22 Oct 2013 11:33:52 +0100, a écrit :
> 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 :
>
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 inst
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:
On 10/22/2013 11:22 AM, Samuel Thibault wrote:
> Hello,
>
> 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 r
Hello,
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.
Samuel
On 10/20/2013 03:56 PM, Samuel Thibault wrote:
> This patchs adds parameters to manage some new options in the qemu -net
> command.
> Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in
> argument to the qemu command.
> Defaults parameters are respectively fc00::1, fc00::, /64
This patchs adds parameters to manage some new options in the qemu -net
command.
Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in
argument to the qemu command.
Defaults parameters are respectively fc00::1, fc00::, /64 and fc00::2.
Signed-off-by: Yann Bordenave
---
net/sli
16 matches
Mail list logo