No description
Find a file
Thomas Graf 96f17ce146 bonding: API to create/enslave/release
Although it has been possible to create bonding devices, enslave and
release using the regular link API. The added API simplifies usage
and hides some of the compatibility logic.

F.e. enslave() and release() will both verify that the master assignment
has in fact been changed and return -NLE_OPNOTSUPP if it did not.

Also the API will make sure to use RTM_NEWLINK or RTM_SETLINK depending
on what is availble.

Examples are provided in src/ as nl-link-enslave.c and nl-link-release.c
2011-09-16 12:57:52 +02:00
doc Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
etc pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
include bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
lib bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
m4 python interface to netlink protocols 2011-05-10 12:17:33 +02:00
man nl-classid-lookup: Added --raw option to print classid without pretty printing it 2010-11-01 15:20:43 +01:00
python python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00
src bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
tests 3.1 release 2011-08-11 14:30:24 +02:00
.gitignore 3.1 release 2011-08-11 14:30:24 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-genl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-nf-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-route-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
Makefile.am Fix a73cb2f26 fallout to allow building in separate directory 2011-09-13 23:33:06 +02:00