[ovs-git] [openvswitch/ovs] ae665d: ofp-util: Fix table features decoding of multiple ...

GitHub noreply at github.com
Mon Aug 11 18:37:28 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ae665de5e66b02d761cea5544b5b0affb3e5093c
      https://github.com/openvswitch/ovs/commit/ae665de5e66b02d761cea5544b5b0affb3e5093c
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-08-11 (Mon, 11 Aug 2014)

  Changed paths:
    M lib/ofp-util.c

  Log Message:
  -----------
  ofp-util: Fix table features decoding of multiple tables.

Table features replies can be packed back-to-back within a single
multipart reply.  The code here didn't properly parse properties when this
occurred.  This fixes the problem.

There is no test in the current tree that exercises this decoding, but an
upcoming commit that adds ofproto support for table-features requests will
add one.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list