diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2025-10-10 16:18:59 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-23 16:24:28 +0200 |
| commit | 554ce44b421dc49b3fad6d0588676eee4b14b151 (patch) | |
| tree | 1185f5f68b589858fdfcf179f64c6cfb557211ce /Documentation | |
| parent | 61af1b2a7dec4ec95ce73e237e41f8a434152c18 (diff) | |
| download | linux-554ce44b421dc49b3fad6d0588676eee4b14b151.tar.gz linux-554ce44b421dc49b3fad6d0588676eee4b14b151.tar.bz2 linux-554ce44b421dc49b3fad6d0588676eee4b14b151.zip | |
doc: fix seg6_flowlabel path
[ Upstream commit 0b4b77eff5f8cd9be062783a1c1e198d46d0a753 ]
This sysctl is not per interface; it's global per netns.
Fixes: 292ecd9f5a94 ("doc: move seg6_flowlabel to seg6-sysctl.rst")
Reported-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/networking/seg6-sysctl.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/seg6-sysctl.rst b/Documentation/networking/seg6-sysctl.rst index 07c20e470baf..1b6af4779be1 100644 --- a/Documentation/networking/seg6-sysctl.rst +++ b/Documentation/networking/seg6-sysctl.rst @@ -25,6 +25,9 @@ seg6_require_hmac - INTEGER Default is 0. +/proc/sys/net/ipv6/seg6_* variables: +==================================== + seg6_flowlabel - INTEGER Controls the behaviour of computing the flowlabel of outer IPv6 header in case of SR T.encaps |
