datapath: Fix Flow dump operation.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 21 Jan 2013 07:14:36 +0000 (23:14 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 21 Jan 2013 07:14:36 +0000 (23:14 -0800)
commitf6f481ee078d92a51d01cf57d1ca42b6c759cf71
treef6ec4c10ebeec339c5f23f39df1b6a90bad58d41
parent9b405f1aa8d175dc63ad3ffe5d0fe05d5ee09162
datapath: Fix Flow dump operation.

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 <pshelar@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Bug #14767
datapath/datapath.c