From: Justin Pettit Date: Tue, 16 Jul 2013 01:53:23 +0000 (-0700) Subject: ofproto-dpif: Don't put new subfacets as result of "userspace" action. X-Git-Tag: sliver-openvswitch-2.0.90-1~36^2~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a41d7bf2b8714b580f3e41d8d33deef72a43c7a3;hp=a41d7bf2b8714b580f3e41d8d33deef72a43c7a3;p=sliver-openvswitch.git 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 Co-authored-by: Ethan Jackson ---