qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] doc: fix slirp description


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] doc: fix slirp description
Date: Mon, 25 Apr 2011 23:02:04 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Apr 24, 2011 at 05:19:56PM +1000, Brad Hards wrote:
> net/slirp.c says:
>     /* default settings according to historic slirp */
>     struct in_addr net  = { .s_addr = htonl(0x0a000200) }; /* 10.0.2.0 */
>     struct in_addr mask = { .s_addr = htonl(0xffffff00) }; /* 255.255.255.0 */
>     struct in_addr host = { .s_addr = htonl(0x0a000202) }; /* 10.0.2.2 */
>     struct in_addr dhcp = { .s_addr = htonl(0x0a00020f) }; /* 10.0.2.15 */
>     struct in_addr dns  = { .s_addr = htonl(0x0a000203) }; /* 10.0.2.3 */
> 
> Which I think is not what the documentation says.
> 
> Signed-off-by: Brad Hards <address@hidden>
> ---
>  qemu-options.hx |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks, applied.

> diff --git a/qemu-options.hx b/qemu-options.hx
> index 677c550..489df10 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1152,7 +1152,7 @@ Assign symbolic name for use in monitor commands.
>  @item address@hidden/@var{mask}]
>  Set IP network address the guest will see. Optionally specify the netmask,
>  either in the form a.b.c.d or as number of valid top-most bits. Default is
> -10.0.2.0/8.
> +10.0.2.0/24.
>  
>  @item address@hidden
>  Specify the guest-visible address of the host. Default is the 2nd IP in the
> @@ -1168,7 +1168,7 @@ Specifies the client hostname reported by the builtin 
> DHCP server.
>  
>  @item address@hidden
>  Specify the first of the 16 IPs the built-in DHCP server can assign. Default
> -is the 16th to 31st IP in the guest network, i.e. x.x.x.16 to x.x.x.31.
> +is the 15th to 31st IP in the guest network, i.e. x.x.x.15 to x.x.x.31.
>  
>  @item address@hidden
>  Specify the guest-visible address of the virtual nameserver. The address must
> -- 
> 1.7.1
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

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