mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 06:13:53 -06:00
slirp: Mark pieces missing IPv6 support
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
1fd71067da
commit
ffe02f5585
7 changed files with 15 additions and 0 deletions
|
@ -626,6 +626,7 @@ tcp_emu(struct socket *so, struct mbuf *m)
|
|||
switch(so->so_emu) {
|
||||
int x, i;
|
||||
|
||||
/* TODO: IPv6 */
|
||||
case EMU_IDENT:
|
||||
/*
|
||||
* Identification protocol as per rfc-1413
|
||||
|
@ -964,6 +965,7 @@ int tcp_ctl(struct socket *so)
|
|||
DEBUG_CALL("tcp_ctl");
|
||||
DEBUG_ARG("so = %p", so);
|
||||
|
||||
/* TODO: IPv6 */
|
||||
if (so->so_faddr.s_addr != slirp->vhost_addr.s_addr) {
|
||||
/* Check if it's pty_exec */
|
||||
for (ex_ptr = slirp->guestfwd_list; ex_ptr; ex_ptr = ex_ptr->ex_next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue