slirp: Rework internal configuration
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 24 Jun 2009 12:42:28 +0000 (14:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 13:52:45 +0000 (08:52 -0500)
commitb5e162ffe33675578ba5146215309c82e8d36961
treebe9f257c4e3956047481cbb2756813be3d023a94
parent3754eda8ba56eab1bdef4c80c55c724f24e1131e
slirp: Rework internal configuration

The user mode IP stack is currently only minimally configurable /wrt to
its virtual IP addresses. This is unfortunate if some guest has a fixed
idea of which IP addresses to use.

Therefore this patch prepares the stack for fully configurable IP
addresses and masks. The user interface and default addresses remain
untouched in this step, they will be enhanced in the following patch.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
13 files changed:
slirp/bootp.c
slirp/ctl.h [deleted file]
slirp/ip_icmp.c
slirp/ip_input.c
slirp/main.h
slirp/misc.c
slirp/misc.h
slirp/slirp.c
slirp/slirp.h
slirp/socket.c
slirp/tcp_input.c
slirp/tcp_subr.c
slirp/udp.c