Re: [ovs-dev] [PATCH] packets: Remove redundant RARP header.

2012-07-26 Thread Ben Pfaff
On Thu, Jul 26, 2012 at 04:30:35PM -0700, Ethan Jackson wrote: > Rarp packets had their own header definition in the packets > library. This doesn't make sense because they have the same packet > format as arps. > > Signed-off-by: Ethan Jackson Looks good, thank you. ___

[ovs-dev] [PATCH] packets: Remove redundant RARP header.

2012-07-26 Thread Ethan Jackson
Rarp packets had their own header definition in the packets library. This doesn't make sense because they have the same packet format as arps. Signed-off-by: Ethan Jackson --- lib/packets.c | 24 lib/packets.h | 20 +--- 2 files changed, 13 insertions(+)