summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2019-07-01 16:45:28 +0800
committerDavid S. Miller <davem@davemloft.net>2019-07-01 10:41:33 -0700
commitdca895b65d634f9e6506d5385ed58a8b9abd4900 (patch)
treee312ceaf1835c75d8324918efb0352229c02c8bc /Documentation/networking
parent0e3183cd2a64843a95b62f8bd4a83605a4cf0615 (diff)
downloadlinux-0-day-dca895b65d634f9e6506d5385ed58a8b9abd4900.tar.gz
linux-0-day-dca895b65d634f9e6506d5385ed58a8b9abd4900.tar.xz
Documentation/networking: fix default_ttl typo in mpls-sysctl
default_ttl should be integer instead of bool Reported-by: Ying Xu <yinxu@redhat.com> Fixes: a59166e47086 ("mpls: allow TTL propagation from IP packets to be configured") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/mpls-sysctl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/mpls-sysctl.txt b/Documentation/networking/mpls-sysctl.txt
index 2f24a1912a48c..025cc9b969927 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.