From aa8a6ee3e3fc4001e952de37660fe71826da8189 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 30 Apr 2020 18:04:30 +0200 Subject: 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 --- Documentation/networking/index.rst | 1 + Documentation/networking/team.rst | 8 ++++++++ Documentation/networking/team.txt | 2 -- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Documentation/networking/team.rst delete mode 100644 Documentation/networking/team.txt diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 89b02fbfc2eb..be65ee509669 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 000000000000..0a7f3a059586 --- /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 5a013686b9ea..000000000000 --- 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 -- cgit v1.2.3