[ovs-git] [openvswitch/ovs] 819571: odp-util: Consider NAT bits in conversions and for...

GitHub noreply at github.com
Fri Dec 4 23:03:36 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 819571b575f5e750637fc753405e5a46dd5e67a6
      https://github.com/openvswitch/ovs/commit/819571b575f5e750637fc753405e5a46dd5e67a6
  Author: Daniele Di Proietto <diproiettod at vmware.com>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M lib/odp-util.c

  Log Message:
  -----------
  odp-util: Consider NAT bits in conversions and format.

Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>


  Commit: 7b27258c4e0821ade73e0e0a9bd5339328489523
      https://github.com/openvswitch/ovs/commit/7b27258c4e0821ade73e0e0a9bd5339328489523
  Author: Daniele Di Proietto <diproiettod at vmware.com>
  Date:   2015-12-04 (Fri, 04 Dec 2015)

  Changed paths:
    M lib/odp-util.h
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  ofproto-dpif: Validate NAT action support.

The NAT validation is similar (and based on) the existing conntrack
validation: when a dpif backer is created, we try to install a flow with
the ct_state NAT bits set.  If the flow setup fails we assume that the
backer doesn't support NAT and we reject OpenFlow flows with a NAT
action or a match on the ct_state NAT bits.

Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>


Compare: https://github.com/openvswitch/ovs/compare/9891d1332d9e...7b27258c4e08


More information about the git mailing list