Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dca895b6 authored by Hangbin Liu's avatar Hangbin Liu Committed by David S. Miller
Browse files

Documentation/networking: fix default_ttl typo in mpls-sysctl



default_ttl should be integer instead of bool

Reported-by: default avatarYing Xu <yinxu@redhat.com>
Fixes: a59166e4 ("mpls: allow TTL propagation from IP packets to be configured")
Signed-off-by: default avatarHangbin Liu <liuhangbin@gmail.com>
Reviewed-by: default avatarDavid Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0e3183cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.