git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc8e541
)
openvswitch: Set flow-key members.
author
Pravin B Shelar
<pshelar@nicira.com>
Fri, 17 Oct 2014 20:56:31 +0000
(13:56 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 18 Oct 2014 03:54:02 +0000
(23:54 -0400)
This patch adds missing memset which are required to initialize
flow key member. For example for IP flow we need to initialize
ip.frag for all cases.
Found by inspection.
This bug is introduced by commit
0714812134d7dcadeb7ecfbfeb18788aa7e1eaac
("openvswitch: Eliminate memset() from flow_extract").
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow.c
patch
|
blob
|
history
diff --cc
net/openvswitch/flow.c
Simple merge