« Previous | Next » 

Revision b0b36e5d

IDb0b36e5d2e4c8a96c2f6dbc0981a9fd0cde111d8

Added by Brad Hards almost 13 years ago

doc: fix slirp description

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 <>
Reviewed-by: Stefan Hajnoczi <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences