diff options
author | Ebben Aries <slackbuilds@dscp.org> | 2021-04-10 10:13:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 10:13:33 +0700 |
commit | 501bfebd599459e9db2673f5f2de17cf738b5be7 (patch) | |
tree | d982451957ece9d4ac884faeeb86311fa9f3e8c6 /network/libteam/README | |
parent | 227667edc655a3383b6a69c739f1f116e76b0f70 (diff) | |
download | slackbuilds-501bfebd599459e9db2673f5f2de17cf738b5be7.tar.gz |
network/libteam: Added (Library for controlling networking).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/libteam/README')
-rw-r--r-- | network/libteam/README | 7 |
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. |