Skip to content

Commit 292ecd9

Browse files
NicolasDichteldavem330
authored andcommitted
doc: move seg6_flowlabel to seg6-sysctl.rst
Let's have all seg6 sysctl at the same place. Fixes: a6dc667 ("ipv6: sr: Add documentation for seg_flowlabel sysctl") Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 49963ee commit 292ecd9

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Documentation/networking/ip-sysctl.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,21 +1849,6 @@ ip6frag_low_thresh - INTEGER
18491849
ip6frag_time - INTEGER
18501850
Time in seconds to keep an IPv6 fragment in memory.
18511851

1852-
IPv6 Segment Routing:
1853-
1854-
seg6_flowlabel - INTEGER
1855-
Controls the behaviour of computing the flowlabel of outer
1856-
IPv6 header in case of SR T.encaps
1857-
1858-
== =======================================================
1859-
-1 set flowlabel to zero.
1860-
0 copy flowlabel from Inner packet in case of Inner IPv6
1861-
(Set flowlabel to 0 in case IPv4/L2)
1862-
1 Compute the flowlabel using seg6_make_flowlabel()
1863-
== =======================================================
1864-
1865-
Default is 0.
1866-
18671852
``conf/default/*``:
18681853
Change the interface-specific default settings.
18691854

Documentation/networking/seg6-sysctl.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ seg6_require_hmac - INTEGER
2424
* 1 - Drop SR packets without HMAC, validate SR packets with HMAC
2525

2626
Default is 0.
27+
28+
seg6_flowlabel - INTEGER
29+
Controls the behaviour of computing the flowlabel of outer
30+
IPv6 header in case of SR T.encaps
31+
32+
== =======================================================
33+
-1 set flowlabel to zero.
34+
0 copy flowlabel from Inner packet in case of Inner IPv6
35+
(Set flowlabel to 0 in case IPv4/L2)
36+
1 Compute the flowlabel using seg6_make_flowlabel()
37+
== =======================================================
38+
39+
Default is 0.

0 commit comments

Comments
 (0)