Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: move seg6_flowlabel to seg6-sysctl.rst

Let's have all seg6 sysctl at the same place.

Fixes: a6dc6670cd7e ("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>

authored by

Nicolas Dichtel and committed by
David S. Miller
292ecd9f 49963eed

+13 -15
-15
Documentation/networking/ip-sysctl.rst
··· 1849 1849 ip6frag_time - INTEGER 1850 1850 Time in seconds to keep an IPv6 fragment in memory. 1851 1851 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 - 1867 1852 ``conf/default/*``: 1868 1853 Change the interface-specific default settings. 1869 1854
+13
Documentation/networking/seg6-sysctl.rst
··· 24 24 * 1 - Drop SR packets without HMAC, validate SR packets with HMAC 25 25 26 26 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.