[ovs-git] [openvswitch/ovs] 7df14f: ofp-actions: Properly interpret "output:in_port".

GitHub noreply at github.com
Mon Jun 12 17:59:17 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7df14f8b4ee049182a6e1a594b8bd454f8db2ba6
      https://github.com/openvswitch/ovs/commit/7df14f8b4ee049182a6e1a594b8bd454f8db2ba6
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M lib/ofp-actions.c
    M tests/ovs-ofctl.at

  Log Message:
  -----------
  ofp-actions: Properly interpret "output:in_port".

It was being misinterpreted as output:NXM_OF_IN_PORT[].  This
interpretation is incorrect because of OpenFlow rules that say that only
the special form generated by output:in_port (or "in_port" on its own)
actually outputs to the input port.  The interpretation here was a no-op.

Fixes: 21b2fa617126 ("ofp-parse: Allow match field names in actions and brackets in matches.")
Reported-by: nickcooper-zhangtonghao <nic at opencloud.tech>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Jarno Rajahalme <jarno at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list