These two patches allow passing tunnelled flows without a match on the
outer header TTL to the datapath. The first patch simply modifies ovs-dpctl
to pass along fields that don't have a mask set. The second patch changes
the behavior of ofproto to clear the mask specifically on the TTL.

Changes from v0:
- Modify tests not to expect TTL in tunnelled flows descriptions after testing
  on travis-ci.org.

Haggai Eran (2):
  odp-util: Accept fields with zero mask
  ofproto: Wildcard TTL on IP tunnels

 lib/odp-util.c                |  9 +++------
 ofproto/tunnel.c              |  2 +-
 tests/tunnel-push-pop-ipv6.at |  2 +-
 tests/tunnel-push-pop.at      |  2 +-
 tests/tunnel.at               | 18 +++++++++---------
 5 files changed, 15 insertions(+), 18 deletions(-)

-- 
1.7.11.2

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to