[ovs-git] [openvswitch/ovs] 1d86ea: nx-match: Serialize match on IP TTL even when outp...

GitHub noreply at github.com
Fri Oct 16 04:21:52 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: 1d86eac9f084ca0f4e48a7d1eaf79888aef38e47
      https://github.com/openvswitch/ovs/commit/1d86eac9f084ca0f4e48a7d1eaf79888aef38e47
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M lib/nx-match.c

  Log Message:
  -----------
  nx-match: Serialize match on IP TTL even when outputting OXM.

The 'oxm' parameter to nxm_put_ip() indicates whether NXM or OXM code
points should be used in cases where both exist.  It shouldn't cause
matches to be dropped entirely, since that changes the meaning, but that's
what was done here for matches on the IP (v4 or v6) TTL.  This commit
fixes the problem.

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




More information about the git mailing list