Re: [ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-21 Thread Jesse Gross
On Sat, Jan 19, 2013 at 8:15 PM, Pravin B Shelar wrote: > Following patch adds null check while inserting new netlink attribute. > This was introduced by commit 9b405f1aa8d175d (datapath: More > flexible kernel/userspace tunneling attribute.) > > Signed-off-by: Pravin B Shelar > Bug #14767 > ---

Re: [ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-21 Thread Ben Pfaff
On Sun, Jan 20, 2013 at 11:28:24PM -0800, Pravin Shelar wrote: > On Sun, Jan 20, 2013 at 9:02 PM, Ben Pfaff wrote: > > On Sat, Jan 19, 2013 at 08:15:56PM -0800, Pravin B Shelar wrote: > >> Following patch adds null check while inserting new netlink attribute. > >> This was introduced by commit 9b4

Re: [ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-20 Thread Pravin Shelar
On Sun, Jan 20, 2013 at 9:02 PM, Ben Pfaff wrote: > On Sat, Jan 19, 2013 at 08:15:56PM -0800, Pravin B Shelar wrote: >> Following patch adds null check while inserting new netlink attribute. >> This was introduced by commit 9b405f1aa8d175d (datapath: More >> flexible kernel/userspace tunneling att

Re: [ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-20 Thread Ben Pfaff
On Sat, Jan 19, 2013 at 08:15:56PM -0800, Pravin B Shelar wrote: > Following patch adds null check while inserting new netlink attribute. > This was introduced by commit 9b405f1aa8d175d (datapath: More > flexible kernel/userspace tunneling attribute.) > > Signed-off-by: Pravin B Shelar > Bug #147

[ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-19 Thread Pravin B Shelar
Following patch adds null check while inserting new netlink attribute. This was introduced by commit 9b405f1aa8d175d (datapath: More flexible kernel/userspace tunneling attribute.) Signed-off-by: Pravin B Shelar Bug #14767 --- datapath/datapath.c | 11 --- 1 file changed, 8 insertions(