diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-07-12 07:42:49 +1000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-16 11:23:53 -0700 |
commit | d95768d3cccd0bfb258f04e0fa21768332b153a0 (patch) | |
tree | e1dda01edd081e2755d5992d0905b02ff97a0e40 | |
parent | 35edb56e94b9e122e4324ff10756100e8e7844b2 (diff) |
docs: networking: Add failover docs to index
Currently we have rst format docs for the failover and net_failover
modules however these docs are not linked to within the index.
Add `failover` and `net_failover` to the networking documentation index.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index fec8588a588e..6123a7e9e1da 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -15,6 +15,8 @@ Contents: kapi z8530book msg_zerocopy + failover + net_failover .. only:: subproject |