[ovs-git] [openvswitch/ovs] 6f3707: tc: Fix nat port range when offloading ct action

Ben Pfaff noreply at github.com
Fri Mar 13 17:50:43 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6f37078481bc31b53090aa85bc45ce10206c3569
      https://github.com/openvswitch/ovs/commit/6f37078481bc31b53090aa85bc45ce10206c3569
  Author: Paul Blakey <paulb at mellanox.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M lib/tc.h

  Log Message:
  -----------
  tc: Fix nat port range when offloading ct action

Port range struct is currently union so the last min/max port assignment
wins, and kernel doesn't receive the range.

Change it to struct type.

Fixes: 2bf6ffb76ac6 ("netdev-offload-tc: Add conntrack nat support")
Signed-off-by: Paul Blakey <paulb at mellanox.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list