ofproto: Fix problem that caused facets not to be installed into datapath.
authorJustin Pettit <jpettit@nicira.com>
Sat, 11 Dec 2010 04:50:58 +0000 (20:50 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 11 Dec 2010 06:20:14 +0000 (22:20 -0800)
commit19739aee088aad011995f5f8e891fb65bd13aa09
treed85dffbe77184838ba6f0201509b22d902c5e622
parentb9298d3f825703063c9538aa37407da43e1e4781
ofproto: Fix problem that caused facets not to be installed into datapath.

Commit cdee00f (datapath: Replace "struct odp_action" by Netlink
attributes.) stopped initializing some elements in facet structures
in certain cases.  This caused flows to not be installed into the datapath.
This commit sets that again based on the action context.
ofproto/ofproto.c