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