]> git.proxmox.com Git - mirror_ovs.git/commit
ofproto-dpif: Detect support for ct_tuple6.
authorJoe Stringer <joe@ovn.org>
Fri, 2 Jun 2017 16:38:47 +0000 (09:38 -0700)
committerJoe Stringer <joe@ovn.org>
Fri, 14 Jul 2017 18:22:35 +0000 (11:22 -0700)
commit7b5bbe5d650da8f6741e9228e37c9e3b11986cac
treeac2c4a48941c2c4bb4f8297e0e5ccad46574d361
parentb31f1b0482b9440bb6b47bfed1465a5112a66e10
ofproto-dpif: Detect support for ct_tuple6.

Support for extracting original direction 5 tuple fields from the
connection tracking module may differ on some platforms between the IPv4
original tuple fields vs. IPv6. Detect IPv6 original tuple support
separately and reflect this support up to the OpenFlow layer.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif.c