mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 09:40:44 +00:00
doc: Fix host forwarding monitor command documentation
Commit f3546deb
replaced host_net_redir by hostfwd_add,
hostfwd_remove, but neglected to update documentation.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
64d564094c
commit
21413d683b
@ -953,7 +953,14 @@ ETEXI
|
|||||||
.help = "redirect TCP or UDP connections from host to guest (requires -net user)",
|
.help = "redirect TCP or UDP connections from host to guest (requires -net user)",
|
||||||
.mhandler.cmd = net_slirp_hostfwd_add,
|
.mhandler.cmd = net_slirp_hostfwd_add,
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
|
STEXI
|
||||||
|
@item hostfwd_add
|
||||||
|
@findex hostfwd_add
|
||||||
|
Redirect TCP or UDP connections from host to guest (requires -net user).
|
||||||
|
ETEXI
|
||||||
|
|
||||||
|
#ifdef CONFIG_SLIRP
|
||||||
{
|
{
|
||||||
.name = "hostfwd_remove",
|
.name = "hostfwd_remove",
|
||||||
.args_type = "arg1:s,arg2:s?,arg3:s?",
|
.args_type = "arg1:s,arg2:s?,arg3:s?",
|
||||||
@ -964,9 +971,9 @@ ETEXI
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
STEXI
|
STEXI
|
||||||
@item host_net_redir
|
@item hostfwd_remove
|
||||||
@findex host_net_redir
|
@findex hostfwd_remove
|
||||||
Redirect TCP or UDP connections from host to guest (requires -net user).
|
Remove host-to-guest TCP or UDP redirection.
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user