Re: ARP regress fix

2016-03-29 Thread Alexander Bluhm
On Tue, Mar 29, 2016 at 12:52:38PM +0200, Martin Pieuchot wrote: > It seems to me that the multicast test checks an incorrect MAC. Diff > below fixes that plus a typo. Tested with and without ART. OK bluhm@ Wenn running all tests sequentially, it passed without your diff because some other subt

ARP regress fix

2016-03-29 Thread Martin Pieuchot
It seems to me that the multicast test checks an incorrect MAC. Diff below fixes that plus a typo. Index: Makefile === RCS file: /cvs/src/regress/sys/netinet/arp/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefi