diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-07-18 13:27:35 +1000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-18 15:28:27 -0700 |
commit | 735dadf894f091bc15c06aedf8c1e99f971d3962 (patch) | |
tree | c30fb9cc2a965c0b37c208471d14629ce4ec40ff /Documentation/networking/index.rst | |
parent | f15f084ff11519172c67fac4dde61daf4e9ad345 (diff) |
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 |