Re: [ovs-dev] [PATCH 1/2] datapath: Initialize tunnel_key pad member.

2012-12-31 Thread Ben Pfaff
On Mon, Dec 31, 2012 at 12:48:03PM -0800, Jesse Gross wrote: > When a packet is received on a tunnel the pad member is currently > left uninitialized. This didn't previously cause problems because > userspace didn't interprete the IPV4_TUNNEL attribute and blindly > copied back the uninitialized d

[ovs-dev] [PATCH 1/2] datapath: Initialize tunnel_key pad member.

2012-12-31 Thread Jesse Gross
When a packet is received on a tunnel the pad member is currently left uninitialized. This didn't previously cause problems because userspace didn't interprete the IPV4_TUNNEL attribute and blindly copied back the uninitialized data. However, now that userspace knows how to serialize this attribu