[Qemu-devel] [PATCH 2/9] slirp: Generalizing and neutralizing ARP code

2015-12-19 Thread Samuel Thibault
From: Guillaume Subiron Basically, this patch replaces "arp" by "resolution" every time "arp" means "mac resolution" and not specifically ARP. This prepares for IPv6 support. Signed-off-by: Guillaume Subiron Signed-off-by: Samuel Thibault Reviewed-by: Thomas Huth --- slirp/mbuf.c | 2 +- s

Re: [Qemu-devel] [PATCH 2/9] slirp: Generalizing and neutralizing ARP code

2015-12-14 Thread Thomas Huth
On 14/12/15 14:51, Samuel Thibault wrote: > From: Guillaume Subiron > > Basically, this patch replaces "arp" by "resolution" every time "arp" > means "mac resolution" and not specifically ARP. > > This prepares for IPv6 support. > > Signed-off-by: Guillaume Subiron > Signed-off-by: Samuel Thib

[Qemu-devel] [PATCH 2/9] slirp: Generalizing and neutralizing ARP code

2015-12-14 Thread Samuel Thibault
From: Guillaume Subiron Basically, this patch replaces "arp" by "resolution" every time "arp" means "mac resolution" and not specifically ARP. This prepares for IPv6 support. Signed-off-by: Guillaume Subiron Signed-off-by: Samuel Thibault --- slirp/mbuf.c | 2 +- slirp/mbuf.h | 2 +- slirp