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.
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
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