diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2025-10-10 16:18:59 +0200 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2025-10-12 22:51:37 +0100 |
| commit | 0b4b77eff5f8cd9be062783a1c1e198d46d0a753 (patch) | |
| tree | 90dfb24941e03b754fd9ab6472149534c5e5d20f /Documentation | |
| parent | 68a052239fc4b351e961f698b824f7654a346091 (diff) | |
| download | linux-0b4b77eff5f8cd9be062783a1c1e198d46d0a753.tar.gz | |
doc: fix seg6_flowlabel path
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>
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 07c20e470bafe6..1b6af4779be114 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 |
