From: Ben Pfaff Date: Tue, 6 Mar 2012 23:04:04 +0000 (-0800) Subject: openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. X-Git-Tag: v3.3-rc7~11^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651a68ea2ce9738b84e928836053b2e0fb5db2ba;p=pandora-kernel.git openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. When OVS_VPORT_ATTR_NAME is specified and dp_ifindex is nonzero, the logical behavior would be for the vport name lookup scope to be limited to the specified datapath, but in fact the dp_ifindex value was ignored. This commit causes the search scope to be honored. Signed-off-by: Ben Pfaff Signed-off-by: Jesse Gross --- Reading git-diff-tree failed