[ovs-git] [openvswitch/ovs] 2123bc: ofp-msgs: Add support for ONF extension messages.

GitHub noreply at github.com
Fri Feb 19 20:54:51 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2123bc8c0991e82b43c396cf986fd651f2810c1e
      https://github.com/openvswitch/ovs/commit/2123bc8c0991e82b43c396cf986fd651f2810c1e
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M build-aux/extract-ofp-msgs
    M include/openflow/nicira-ext.h
    M include/openflow/openflow-1.1.h
    M include/openflow/openflow-common.h
    M lib/ofp-msgs.c
    M lib/ofp-msgs.h

  Log Message:
  -----------
  ofp-msgs: Add support for ONF extension messages.

ONF introduced a number of "standard extensions" that use its own
vendor (experimenter) ID.  This commit adds support for such extensions to
ofp-msgs.

These extensions were already half-supported, so there's barely any change
to build-aux/extract-ofp-msgs.

This isn't fully tested, since nothing adds support for such a message yet.

Requested-by: Jarno Rajahalme <jarno at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


  Commit: df63a1422cab1cc28dc8b9ad9d254c41b57eea22
      https://github.com/openvswitch/ovs/commit/df63a1422cab1cc28dc8b9ad9d254c41b57eea22
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-02-19 (Fri, 19 Feb 2016)

  Changed paths:
    M include/openflow/nicira-ext.h
    M include/openflow/openflow-1.0.h
    M include/openflow/openflow-1.1.h
    M lib/ofp-msgs.c

  Log Message:
  -----------
  ofp-msgs: Move most OpenFlow header definitions here.

This code was the only user for OpenFlow header definitions other than
struct ofp_header itself.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/4077f060cc83...df63a1422cab


More information about the git mailing list