Re: [ovs-dev] [PATCH v1 2/6] packets: Fix the reset dp_packet buffer issue in packet_put_ra_prefix_opt

2017-07-10 Thread Ben Pfaff
On Thu, Jun 15, 2017 at 02:08:15PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > packet_put_ra_prefix_opt() resets the dp_packet buffer incorrectly. > > Fixes: b24ab67c2dfd ("packets: add compose_nd_ra") > Signed-off-by: Numan Siddique Thanks, I applied this to master. (It does

[ovs-dev] [PATCH v1 2/6] packets: Fix the reset dp_packet buffer issue in packet_put_ra_prefix_opt

2017-06-15 Thread nusiddiq
From: Numan Siddique packet_put_ra_prefix_opt() resets the dp_packet buffer incorrectly. Fixes: b24ab67c2dfd ("packets: add compose_nd_ra") Signed-off-by: Numan Siddique --- lib/packets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/packets.c b/lib/packets.c index