[ovs-git] Open vSwitch: Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling. (master)

dev at openvswitch.org dev at openvswitch.org
Sun Mar 23 21:55:15 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, master has been updated
       via  ecb229bebb9dd2687848dcebc10d2556ae1f2a87 (commit)
       via  c37c03826ce05e0d8262180b102923574eea01eb (commit)
      from  32260212a0687b6d14544a93a17363683bf41ea5 (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 ecb229bebb9dd2687848dcebc10d2556ae1f2a87
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ecb229bebb9dd2687848dcebc10d2556ae1f2a87
Author: Ben Pfaff <blp at nicira.com>
		
Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.
		
When the OF1.4 is made safe, so that receiving an unimplemented message
cannot crash the switch, this commit should be reverted.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit c37c03826ce05e0d8262180b102923574eea01eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c37c03826ce05e0d8262180b102923574eea01eb
Author: Alexandru Copot <alex.mihai.c at gmail.com>
		
ofproto: Allow the use of the OpenFlow 1.4 protocol
		
This defines the version number for OpenFlow 1.4 so that the switch
can actually use it. The ovsdb schema is also modified.

Signed-off-by: Alexandru Copot <alex.mihai.c at gmail.com>
Cc: Daniel Baluta <dbaluta at ixiacom.com>
[blp at nicira.com adjusted code in cases where 1.3 and 1.4 are the same]
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 DESIGN                             |    6 +
 FAQ                                |   49 ++++----
 OPENFLOW-1.1+                      |    2 +-
 build-aux/extract-ofp-errors       |    3 +-
 build-aux/extract-ofp-msgs         |    8 +-
 include/openflow/openflow-common.h |    4 +-
 lib/ofp-errors.c                   |    2 +
 lib/ofp-msgs.c                     |    5 +
 lib/ofp-msgs.h                     |    4 +-
 lib/ofp-print.c                    |    2 +
 lib/ofp-util.c                     |  123 ++++++++++++++++----
 lib/ofp-util.h                     |    7 +-
 tests/learn.at                     |    8 +-
 tests/ofp-errors.at                |    2 +
 tests/ovs-ofctl.at                 |  216 ++++++++++++++++++------------------
 utilities/ovs-ofctl.8.in           |   11 +-
 utilities/ovs-ofctl.c              |    1 +
 vswitchd/bridge.c                  |   23 +++-
 vswitchd/bridge.h                  |    4 +-
 vswitchd/ovs-vswitchd.8.in         |   10 ++
 vswitchd/ovs-vswitchd.c            |    9 +-
 vswitchd/vswitch.ovsschema         |    5 +-
 vswitchd/vswitch.xml               |   19 +++-
 23 files changed, 349 insertions(+), 174 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list