Re: [PATCH net] Documentation/networking: fix default_ttl typo in mpls-sysctl

2019-07-01 Thread David Miller
From: Hangbin Liu Date: Mon, 1 Jul 2019 16:45:28 +0800 > default_ttl should be integer instead of bool > > Reported-by: Ying Xu > Fixes: a59166e47086 ("mpls: allow TTL propagation from IP packets to be > configured") > Signed-off-by: Hangbin Liu Applied, thank you.

Re: [PATCH net] Documentation/networking: fix default_ttl typo in mpls-sysctl

2019-07-01 Thread David Ahern
On 7/1/19 2:45 AM, Hangbin Liu wrote: > default_ttl should be integer instead of bool > > Reported-by: Ying Xu > Fixes: a59166e47086 ("mpls: allow TTL propagation from IP packets to be > configured") > Signed-off-by: Hangbin Liu > --- > Documentation/networking/mpls-sysctl.txt | 2 +- > 1 file

[PATCH net] Documentation/networking: fix default_ttl typo in mpls-sysctl

2019-07-01 Thread Hangbin Liu
default_ttl should be integer instead of bool Reported-by: Ying Xu Fixes: a59166e47086 ("mpls: allow TTL propagation from IP packets to be configured") Signed-off-by: Hangbin Liu --- Documentation/networking/mpls-sysctl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Do