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

docs: networking: convert ipv6.txt to ReST

Not much to be done here:

- add SPDX header;
- add a document title;
- mark a literal as such, in order to avoid a warning;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
19093313 1cec2cac

+12 -5
+3 -3
Documentation/admin-guide/kernel-parameters.txt
··· 356 356 shot down by NMI 357 357 358 358 autoconf= [IPV6] 359 - See Documentation/networking/ipv6.txt. 359 + See Documentation/networking/ipv6.rst. 360 360 361 361 show_lapic= [APIC,X86] Advanced Programmable Interrupt Controller 362 362 Limit apic dumping. The parameter defines the maximal ··· 872 872 miss to occur. 873 873 874 874 disable= [IPV6] 875 - See Documentation/networking/ipv6.txt. 875 + See Documentation/networking/ipv6.rst. 876 876 877 877 hardened_usercopy= 878 878 [KNL] Under CONFIG_HARDENED_USERCOPY, whether ··· 912 912 to workaround buggy firmware. 913 913 914 914 disable_ipv6= [IPV6] 915 - See Documentation/networking/ipv6.txt. 915 + See Documentation/networking/ipv6.rst. 916 916 917 917 disable_mtrr_cleanup [X86] 918 918 The kernel tries to adjust MTRR layout from continuous
+1
Documentation/networking/index.rst
··· 70 70 iphase 71 71 ipsec 72 72 ip-sysctl 73 + ipv6 73 74 74 75 .. only:: subproject and html 75 76
+7 -1
Documentation/networking/ipv6.txt Documentation/networking/ipv6.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ==== 4 + IPv6 5 + ==== 6 + 1 7 2 8 Options for the ipv6 module are supplied as parameters at load time. 3 9 4 10 Module options may be given as command line arguments to the insmod 5 11 or modprobe command, but are usually specified in either 6 - /etc/modules.d/*.conf configuration files, or in a distro-specific 12 + ``/etc/modules.d/*.conf`` configuration files, or in a distro-specific 7 13 configuration file. 8 14 9 15 The available ipv6 module parameters are listed below. If a parameter
+1 -1
net/ipv6/Kconfig
··· 13 13 For general information about IPv6, see 14 14 <https://en.wikipedia.org/wiki/IPv6>. 15 15 For specific information about IPv6 under Linux, see 16 - Documentation/networking/ipv6.txt and read the HOWTO at 16 + Documentation/networking/ipv6.rst and read the HOWTO at 17 17 <http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/> 18 18 19 19 To compile this protocol support as a module, choose M here: the