User Networking: Enable removal of redirections
authorAlexander Graf <agraf@suse.de>
Tue, 26 May 2009 11:03:26 +0000 (13:03 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 27 May 2009 14:46:12 +0000 (09:46 -0500)
commitc1261d8d1617d8cf5722039a59ebb66c310f3aea
tree8aad15c7b36255d671f3911886b9c0985ee73f28
parent8a43b1ea7fd02a8e9a5c5ef58017b1bd059663bb
User Networking: Enable removal of redirections

Using the new host_net_redir command you can easily create redirections
on the fly while your VM is running.

While that's great, it's missing the removal of redirections, in case you
want to have a port closed again at a later point in time.

This patch adds support for removal of redirections.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c
net.c
net.h
slirp/libslirp.h
slirp/slirp.c
vl.c