datapath: Fix masked key serialization.
authorPravin B Shelar <pshelar@nicira.com>
Sun, 15 Feb 2015 22:58:51 +0000 (14:58 -0800)
committerJoe Stringer <joestringer@nicira.com>
Fri, 27 Feb 2015 18:58:37 +0000 (10:58 -0800)
commitb037bc5a463dfb4ff6fa0680068a088c495a7246
tree8471b818d8d04cfff710db95c799856db8b15d61
parent5f19d8ac86246c886e88eff54bbfca9daf4694b7
datapath: Fix masked key serialization.

Fix typo where mask is used rather than key.

Fixes: 74ed7ab9264("openvswitch: Add support for unique flow IDs.")
Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
datapath/flow_netlink.c