ofproto-dpif: Don't put new subfacets as result of "userspace" action.
authorJustin Pettit <jpettit@nicira.com>
Tue, 16 Jul 2013 01:53:23 +0000 (18:53 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 17 Jul 2013 01:57:29 +0000 (18:57 -0700)
commita41d7bf2b8714b580f3e41d8d33deef72a43c7a3
tree2c4f546c3ad0efcf7e11b3f669ee7a91ead9649b
parent2c06a96604516d28511fe74ebd9bf1a809834222
ofproto-dpif: Don't put new subfacets as result of "userspace" action.

Don't install a flow if it's the result of the "userspace" action for an
already installed facet.  This can occur when a datapath flow with
wildcards has a "userspace" action and flows sent to userspace result in
a different subfacet, which will then be rejected as overlapping by the
datapath.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Co-authored-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c