[ovs-git] Open vSwitch: ofproto: Fix behavior when special_cb not present (as with ovs-openflowd). (master)

dev at openvswitch.org dev at openvswitch.org
Fri Feb 18 00:04:24 UTC 2011


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, master has been updated
       via  7a7ae75a3839af2ae0803af66e51cc93cf36603c (commit)
      from  88b649747b690a899f9aae78de6f16690fac1a0c (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 7a7ae75a3839af2ae0803af66e51cc93cf36603c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7a7ae75a3839af2ae0803af66e51cc93cf36603c
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Fix behavior when special_cb not present (as with ovs-openflowd).
		
The special_cb hook allows ofproto's client to intercept packets.  When
it is not present (as in ovs-openflowd), no packets need to be intercepted,
but ofproto implemented the opposite behavior.  This fixes the problem.

Reported-by: kk yap <yapkke at stanford.edu>


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list