]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
slirp: Honour vlan/stack in hostfwd_remove commands
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Jun 2014 15:47:49 +0000 (16:47 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 2 Sep 2014 18:38:16 +0000 (22:38 +0400)
commit70381662aa97b294f3c81a085ed143f37f0ab0cb
tree42ba5be1737ae9938cc96e4f4c8cb9c5279b2e13
parentecaf54a052c357e0bacb93c3f178fed34e4821ec
slirp: Honour vlan/stack in hostfwd_remove commands

The hostfwd_add and hostfwd_remove monitor commands allow the user
to optionally specify a vlan/stack tuple. hostfwd_add honours this,
but hostfwd_remove does not (it looks up the tuple but then ignores
the SlirpState it has looked up and always uses the first stack
in the list anyway). Correct this to honour what the user requested.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
net/slirp.c