Re: [ovs-dev] [PATCH 1/9] tunneling: Include IP TTL in flow metadata.

2015-04-07 Thread Pravin Shelar
On Mon, Mar 30, 2015 at 3:14 PM, Jesse Gross wrote: > The IP TTL is currently omitted in the extracted tunnel information > that is stored in the flow for userspace tunneling. This includes it > so that the same logic used by the kernel also applies. > > Signed-off-by: Jesse Gross Acked-by: Pravi

Re: [ovs-dev] [PATCH 1/9] tunneling: Include IP TTL in flow metadata.

2015-03-30 Thread Pritesh Kothari (pritkoth)
Acked-by: Pritesh Kothari > On Mar 30, 2015, at 3:14 PM, Jesse Gross wrote: > > The IP TTL is currently omitted in the extracted tunnel information > that is stored in the flow for userspace tunneling. This includes it > so that the same logic used by the kernel also applies. > > Signed-off-by

[ovs-dev] [PATCH 1/9] tunneling: Include IP TTL in flow metadata.

2015-03-30 Thread Jesse Gross
The IP TTL is currently omitted in the extracted tunnel information that is stored in the flow for userspace tunneling. This includes it so that the same logic used by the kernel also applies. Signed-off-by: Jesse Gross --- lib/netdev-vport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/l