[ovs-git] [openvswitch/ovs] d1a227: ofp-table: Fix interpretation of when table featur...

GitHub noreply at github.com
Wed Jan 16 01:09:36 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: d1a227ecef81773a748320cee733334d21b484ce
      https://github.com/openvswitch/ovs/commit/d1a227ecef81773a748320cee733334d21b484ce
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M lib/ofp-table.c

  Log Message:
  -----------
  ofp-table: Fix interpretation of when table features include properties.

The fixed-size header can't really be considered properties but this
function did so anyway.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 4e413ac88d4841d7e17de3e36bba3fa12796e938
      https://github.com/openvswitch/ovs/commit/4e413ac88d4841d7e17de3e36bba3fa12796e938
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M NEWS
    M include/openvswitch/meta-flow.h
    M include/openvswitch/ofp-errors.h
    M include/openvswitch/ofp-msgs.h
    M include/openvswitch/ofp-table.h
    M include/openvswitch/vconn.h
    M lib/bitmap.h
    M lib/meta-flow.c
    M lib/ofp-print.c
    M lib/ofp-table.c
    M lib/util.h
    M lib/vconn.c
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M tests/ofproto.at
    M utilities/ovs-ofctl.8.in
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.

This allows a controller to change the name of OpenFlow flow tables in the
OVS software switch.

CC: Brad Cowie <brad at cowie.nz>
Acked-by: Justin Pettit <jpettit at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: af3c51aee409def94ad4b45870124164205b2ee9
      https://github.com/openvswitch/ovs/commit/af3c51aee409def94ad4b45870124164205b2ee9
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M ofproto/ofproto.c

  Log Message:
  -----------
  ofproto: Handle flow monitor requests with multiple parts.

Acked-by: Justin Pettit <jpettit at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/35551b56cb6a...af3c51aee409
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list