mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 23:49:36 +00:00
slirp: Mark pieces missing IPv6 support
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user