summaryrefslogtreecommitdiffstats
path: root/slirp/ip_icmp.c
diff options
context:
space:
mode:
authorGuillaume Subiron <maethor@subiron.org>2016-03-15 10:31:19 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:49:37 -0600
commitc7b5265e317876e44828cd8c94d0b8c78d871dba (patch)
treeb357f76cb654a160b8a680a01ba2ca9f2cc63129 /slirp/ip_icmp.c
parentad328878e3c7a89506e1505bef1e12f7cd54bac6 (diff)
downloadhqemu-c7b5265e317876e44828cd8c94d0b8c78d871dba.zip
hqemu-c7b5265e317876e44828cd8c94d0b8c78d871dba.tar.gz
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
This patch adds the functions needed to handle IPv6 packets. ICMPv6 and NDP headers are implemented. Slirp is now able to send NDP Router or Neighbor Advertisement when it receives Router or Neighbor Solicitation. Using a 64bit-sized IPv6 prefix, the guest is now able to perform stateless autoconfiguration (SLAAC) and to compute its IPv6 address. This patch adds an ndp_table, mainly inspired by arp_table, to keep an NDP cache and manage network address resolution. Slirp regularly sends NDP Neighbor Advertisement, as recommended by the RFC, to make the guest refresh its route. This also adds ip6_cksum() to compute ICMPv6 checksums using IPv6 pseudo-header. Some #define ETH_* are moved upper in slirp.h to make them accessible to other slirp/*.h 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>
Diffstat (limited to 'slirp/ip_icmp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud