summaryrefslogtreecommitdiffstats
path: root/network/libteam/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/libteam/README')
-rw-r--r--network/libteam/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/libteam/README b/network/libteam/README
new file mode 100644
index 0000000000..a577a1e415
--- /dev/null
+++ b/network/libteam/README
@@ -0,0 +1,7 @@
+libteam - Library for controlling team network device
+
+The purpose of the Team softdev Linux driver is to provide a mechanism
+to team multiple NICs (ports) into one logical one (teamdev) at L2
+layer. The process is called "channel bonding", "Ethernet bonding",
+"channel teaming", "link aggregation", etc. This is already implemented
+in the Linux kernel by the bonding driver.