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

2011-04-25 Thread Aurelien Jarno
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(0xff00) }; /* 255.255.255.0 */ >

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

2011-04-24 Thread Stefan Hajnoczi
On Sun, Apr 24, 2011 at 8:19 AM, 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(0xff00) }; /* 255.255.255.0 */ >    struct in_a

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

2011-04-24 Thread Brad Hards
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(0xff00) }; /* 255.255.255.0 */ struct in_addr host = { .s_addr = htonl(0x0a000202) }; /* 10.0.2.2 */