app/testpmd: fix MAC address in ARP reply
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 22 May 2015 11:07:31 +0000 (13:07 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 29 May 2015 18:27:23 +0000 (20:27 +0200)
commitf161fb6ad5125e8286ea6aaa01e8903dacf21161
tree1f7bcf190e4a18b7da5cdaa9bf39a6028865a82a
parent41ba94ca98337ab010a790f61150143a70e03aaa
app/testpmd: fix MAC address in ARP reply

In the icmpecho forwarding mode, ARP replies from testpmd contain
invalid zero-filled MAC addresses. This is broken since the commit below.

Fixes: 31db4d38de72 ("net: change arp header struct declaration")

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
app/test-pmd/icmpecho.c