Skip to content

Commit a6dc667

Browse files
ahsalamdavem330
authored andcommitted
ipv6: sr: Add documentation for seg_flowlabel sysctl
This patch adds a documentation for seg_flowlabel sysctl into Documentation/networking/ip-sysctl.txt Signed-off-by: Ahmed Abdelsalam <amsalam20@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 6c3442f commit a6dc667

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/networking/ip-sysctl.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,19 @@ ip6frag_low_thresh - INTEGER
14281428
ip6frag_time - INTEGER
14291429
Time in seconds to keep an IPv6 fragment in memory.
14301430

1431+
IPv6 Segment Routing:
1432+
1433+
seg6_flowlabel - INTEGER
1434+
Controls the behaviour of computing the flowlabel of outer
1435+
IPv6 header in case of SR T.encaps
1436+
1437+
-1 set flowlabel to zero.
1438+
0 copy flowlabel from Inner packet in case of Inner IPv6
1439+
(Set flowlabel to 0 in case IPv4/L2)
1440+
1 Compute the flowlabel using seg6_make_flowlabel()
1441+
1442+
Default is 0.
1443+
14311444
conf/default/*:
14321445
Change the interface-specific default settings.
14331446

0 commit comments

Comments
 (0)