From: Mauro Carvalho Chehab Date: Thu, 30 Apr 2020 16:04:30 +0000 (+0200) Subject: docs: networking: convert team.txt to ReST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa8a6ee3e3fc4001e952de37660fe71826da8189;p=linux.git docs: networking: convert team.txt to ReST Not much to be done here: - add SPDX header; - add a document title; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 89b02fbfc2ebd..be65ee5096695 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -108,6 +108,7 @@ Contents: switchdev tc-actions-env-rules tcp-thin + team .. only:: subproject and html diff --git a/Documentation/networking/team.rst b/Documentation/networking/team.rst new file mode 100644 index 0000000000000..0a7f3a0595865 --- /dev/null +++ b/Documentation/networking/team.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0 + +==== +Team +==== + +Team devices are driven from userspace via libteam library which is here: + https://github.com/jpirko/libteam diff --git a/Documentation/networking/team.txt b/Documentation/networking/team.txt deleted file mode 100644 index 5a013686b9ea1..0000000000000 --- a/Documentation/networking/team.txt +++ /dev/null @@ -1,2 +0,0 @@ -Team devices are driven from userspace via libteam library which is here: - https://github.com/jpirko/libteam