On 10/12/2015 14:47, "Jarno Rajahalme" wrote:
>
>> On Dec 9, 2015, at 6:27 PM, Daniele Di Proietto
>> wrote:
>>
>> We should match on the transport ports only if the tunnel has a UDP
>> header. It doesn't make sense to match on transport port for GRE
>> tunnels.
>>
>> Also, to match on fragm
> On Dec 9, 2015, at 6:27 PM, Daniele Di Proietto
> wrote:
>
> We should match on the transport ports only if the tunnel has a UDP
> header. It doesn't make sense to match on transport port for GRE
> tunnels.
>
> Also, to match on fragment bits we should use FLOW_NW_FRAG_MASK instead
> of 0xF
We should match on the transport ports only if the tunnel has a UDP
header. It doesn't make sense to match on transport port for GRE
tunnels.
Also, to match on fragment bits we should use FLOW_NW_FRAG_MASK instead
of 0xFF. FLOW_NW_FRAG_MASK is what we get if we convert to the ODP
netlink format