[ovs-git] [openvswitch/ovs] 553aae: ofp-actions: Style fixes.

GitHub noreply at github.com
Tue Sep 27 22:39:11 UTC 2016


  Branch: refs/heads/branch-2.5
  Home:   https://github.com/openvswitch/ovs
  Commit: 553aaea0ee7df11d9557673512cb9dca9dd214b9
      https://github.com/openvswitch/ovs/commit/553aaea0ee7df11d9557673512cb9dca9dd214b9
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M lib/ofp-actions.c
    M lib/ofp-actions.h

  Log Message:
  -----------
  ofp-actions: Style fixes.

Replace a tab by a space and remove an unnecessary variable.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>


  Commit: 18cd3cbe3fd3bbab557ff36d6bcb86c3039aeacb
      https://github.com/openvswitch/ovs/commit/18cd3cbe3fd3bbab557ff36d6bcb86c3039aeacb
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M lib/ofp-actions.c

  Log Message:
  -----------
  ofp-actions: Check that 'alg=ftp' matches on TCP.

Datapath flow setup fails when setting the FTP helper on an
unsupported IP protocol.  It is better to fail at the OpenFlow rule
set-up time instead.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>


  Commit: fd6daf7aa002edd3cd1491d6fb84513b29138094
      https://github.com/openvswitch/ovs/commit/fd6daf7aa002edd3cd1491d6fb84513b29138094
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M lib/ofp-actions.c

  Log Message:
  -----------
  ofp-actions: Always consider inconsistent CT actions as an error.

We can't downgrade to OF1.0 and expect inconsistent CT actions
be silently discarded.  Instead, datapath flow install fails, so
it is better to flag inconsistent CT actions as hard errors.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/998f854e323d...fd6daf7aa002


More information about the git mailing list