From: Hangbin Liu Date: Mon, 1 Jul 2019 08:45:28 +0000 (+0800) Subject: Documentation/networking: fix default_ttl typo in mpls-sysctl X-Git-Tag: v5.3-rc1~140^2~22^2~36 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dca895b65d634f9e6506d5385ed58a8b9abd4900;p=users%2Fjedix%2Flinux-maple.git Documentation/networking: fix default_ttl typo in mpls-sysctl 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 Reviewed-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/mpls-sysctl.txt b/Documentation/networking/mpls-sysctl.txt index 2f24a1912a48..025cc9b96992 100644 --- a/Documentation/networking/mpls-sysctl.txt +++ b/Documentation/networking/mpls-sysctl.txt @@ -30,7 +30,7 @@ ip_ttl_propagate - BOOL 0 - disabled / RFC 3443 [Short] Pipe Model 1 - enabled / RFC 3443 Uniform Model (default) -default_ttl - BOOL +default_ttl - INTEGER Default TTL value to use for MPLS packets where it cannot be propagated from an IP header, either because one isn't present or ip_ttl_propagate has been disabled.