diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-07-18 05:27:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-19 00:28:27 +0200 |
commit | 735dadf894f091bc15c06aedf8c1e99f971d3962 (patch) | |
tree | c30fb9cc2a965c0b37c208471d14629ce4ec40ff /Documentation/networking/index.rst | |
parent | pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation... (diff) | |
download | linux-735dadf894f091bc15c06aedf8c1e99f971d3962.tar.xz linux-735dadf894f091bc15c06aedf8c1e99f971d3962.zip |
docs: networking: Convert alias.txt to rst
The kernel documentation is now restructured text. Convert the IP
aliasing documentation and include it in the toplevel kernel
documentation.
- Fix heading adornments.
- Correctly indent code snippets.
- Limit line length to 72 characters inline with kernel documentation
standards.
- Add license identifier.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/index.rst')
-rw-r--r-- | Documentation/networking/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 6123a7e9e1da..06bdd8232b2a 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -17,6 +17,7 @@ Contents: msg_zerocopy failover net_failover + alias .. only:: subproject |