On Thu, Jan 14, 2016 at 3:29 AM, Haggai Eran wrote:
> 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 o
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 fr