[ovs-git] Open vSwitch: ofproto: Send monitor updates if a flow mod changes a rules actions (branch-1.9)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 5 21:04:24 UTC 2014


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.9 has been updated
       via  d7ab846ec79b8e10effe6f60c4157b93399ec6a7 (commit)
      from  ebb7431f6ea6eaffc04f9fff704b8a0f95a4f57a (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 d7ab846ec79b8e10effe6f60c4157b93399ec6a7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d7ab846ec79b8e10effe6f60c4157b93399ec6a7
Author: Simon Horman <horms at verge.net.au>
		
ofproto: Send monitor updates if a flow mod changes a rules actions
		
Without this change a monitor update will be sent when a flow mod changes
a rules cookie but not if only the actions are updated. This appears
to be a logic error.

I noticed this while working on implementing OpenFlow1.4 flow monitor
as an OpenFlow1.4 flow mod does not update a rules cookie.

Signed-off-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto.c |    4 ++--
 tests/ofproto.at  |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list