ofproto: Wildcard TTL on IP tunnels
authorHaggai Eran <haggaie@mellanox.com>
Thu, 14 Jan 2016 11:29:08 +0000 (13:29 +0200)
committerJesse Gross <jesse@kernel.org>
Tue, 19 Jan 2016 21:14:27 +0000 (13:14 -0800)
There is no need to set the mask on the outer header IP TTL [1]. The only requirement
is that the TTL will be non-zero. Clear the mask in tnl_wc_init().

[1] OVS VXLAN decap rule has full match on TTL for the outer headers?
    http://www.spinics.net/lists/netdev/msg351961.html

Cc: Jesse Gross <jesse@kernel.org>
Cc: Joe Stringer <joe@ovn.org>
Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Jesse Gross <jesse@kernel.org>

No differences found