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:21:12 +0000 (23:21 -0800)
commitacdf66b53c3538f77608768931da034ec4717045
tree5f95ab3a5cc11bea22e758601abcd02ae9b346c0
parent26ff7bc963d50a65a65f87d1d0dc68fa15493a05
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