commit | 3feea4447f1b9b04816ee6977b5ecc0eb704e07a | [log] [tgz] |
---|---|---|
author | Guillaume Subiron <maethor@subiron.org> | Tue Mar 15 10:31:21 2016 +0100 |
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | Tue Mar 15 10:35:19 2016 +0100 |
tree | fc7a5cb36318171ffd51c4698a5517429b9a9e55 | |
parent | 1252cf40a83ed91e0ee30cc5f206ce9372c640d8 [diff] |
slirp: Handle IPv6 in TCP functions This patch adds IPv6 case in TCP functions refactored by the last patches. This also adds IPv6 pseudo-header in tcpiphdr structure. Finally, tcp_input() is called by ip6_input(). 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>