[ovs-git] Open vSwitch: dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath. (branch-1.5)
dev at openvswitch.org
dev at openvswitch.org
Mon Feb 27 18:45:15 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.5 has been updated
via 4ca88b59994faa79f88f21a347a5dbc571138c1d (commit)
from 718bcce0b85e457169a4d1ab45e8afe3146d2dd4 (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 4ca88b59994faa79f88f21a347a5dbc571138c1d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4ca88b59994faa79f88f21a347a5dbc571138c1d
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