/
githubmirror
/
libteam
Обзор
Документация
Войти
/
githubmirror
/
libteam
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.13
README
31 строка
1 KB
Jiri Pirko
remove README leftovers
08 авг 2013, 15:17
08 авг 2013, 15:17
1005998
Код
Авторство
О чём код?
# libteam - Library for controlling team network device # The purpose of the Team 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. One thing to note is that Team driver project does try to provide the similar functionality as the bonding driver, however architecturally it is quite different from bonding driver. Team driver is modular, userspace driven, very lean and efficient, and it does have some distinct advantages over bonding. The way Team is configured differs dramatically from the way bonding is. ## Install $ ./autogen.sh $ ./configure $ make $ sudo make install ## Authors * Jiri Pirko <jiri@resnulli.us> ## Internet Resources * Project Home: http://www.libteam.org/ * Git Source Tree: https://github.com/jpirko/libteam/ * Wiki: https://fedorahosted.org/libteam/ * Tutorial: https://fedorahosted.org/libteam/wiki/Tutorial * Documentation: https://fedorahosted.org/libteam/wiki/InfrastructureSpecification ## License Copyright (C) 2011-2013 Jiri Pirko <jiri@resnulli.us> libteam is distributed under GNU Lesser General Public License version 2.1. See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using libteam.