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)
commitd70f2290c09fe758f2f63ee405edbe775a24101c
tree8aad15c7b36255d671f3911886b9c0985ee73f28
parentc4296f37b24a2d6bea637d3eb4811d6ba3bdeb0d
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