commit | 9b5a30dc41c7455a17c88ed1a3677ba5f937f31d | [log] [tgz] |
---|---|---|
author | Guillaume Subiron <maethor@subiron.org> | Sat Dec 19 22:25:02 2015 +0100 |
committer | Jason Wang <jasowang@redhat.com> | Thu Feb 04 14:13:11 2016 +0800 |
tree | 127bdbf9b99215c48fd6f4924cdea777f4a70921 | |
parent | 8a87f121ca82fbb34877ec843dfc50b327baef9d [diff] |
slirp: Make udp_attach IPv6 compatible A unsigned short is now passed in argument to udp_attach instead of using a hardcoded "AF_INET" to call qemu_socket(). This prepares for IPv6 support. Signed-off-by: Guillaume Subiron <maethor@subiron.org> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>