Re: [PATCH net] geneve: add ttl inherit support

2018-09-12 Thread David Miller
From: Hangbin Liu Date: Wed, 12 Sep 2018 10:04:21 +0800 > Similar with commit 72f6d71e491e6 ("vxlan: add ttl inherit support"), > currently ttl == 0 means "use whatever default value" on geneve instead > of inherit inner ttl. To respect compatibility with old behavior, let's > add a new IFLA_GENE

Re: [PATCH net] geneve: add ttl inherit support

2018-09-11 Thread Jiri Benc
On Wed, 12 Sep 2018 10:04:21 +0800, Hangbin Liu wrote: > Similar with commit 72f6d71e491e6 ("vxlan: add ttl inherit support"), > currently ttl == 0 means "use whatever default value" on geneve instead > of inherit inner ttl. To respect compatibility with old behavior, let's > add a new IFLA_GENEVE_

[PATCH net] geneve: add ttl inherit support

2018-09-11 Thread Hangbin Liu
Similar with commit 72f6d71e491e6 ("vxlan: add ttl inherit support"), currently ttl == 0 means "use whatever default value" on geneve instead of inherit inner ttl. To respect compatibility with old behavior, let's add a new IFLA_GENEVE_TTL_INHERIT for geneve ttl inherit support. Reported-by: Jianl