[ovs-git] Open vSwitch: dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath. (branch-1.6)
dev at openvswitch.org
dev at openvswitch.org
Mon Feb 27 18:45:27 PST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".
The branch, branch-1.6 has been updated
via 5d93e893c93fbabf5e0861341680088406f68719 (commit)
from 3377bbe77843605138547e91fa6600e3df28f19b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d93e893c93fbabf5e0861341680088406f68719
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5d93e893c93fbabf5e0861341680088406f68719
Author: Ben Pfaff <blp at nicira.com>
dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.
The kernel will report a vport with the given name in any datapath, but
userspace only wants a vport with the given name in a specific datapath.
Receiving information on a vport in an unexpected datapath yields bizarre
and hard-to-debug problems.
Bug #9889.
Signed-off-by: Ben Pfaff <blp at nicira.com>
-----------------------------------------------------------------------
Summary of changes:
lib/dpif-linux.c | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list