dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib
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
..
cli rename sch -> qdisc 2011-03-21 16:47:42 +01:00
fib_lookup Updated link documentation 2011-07-28 16:23:57 +02:00
genl genl: genl_ctrl_grp_by_name: fix retval in case group id not found 2011-08-31 12:35:56 +02:00
netfilter rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg() 2010-11-18 14:13:49 +01:00
route bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
Makefile.am Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
addr.c addr: hide nl_addr_destroy() 2010-11-26 16:32:10 +01:00
attr.c Omit empty nested attributes 2011-03-23 13:39:18 +01:00
cache.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
cache_mngr.c Documentation updates 2011-03-22 00:40:26 +01:00
cache_mngt.c Provide silent variation of nl_cache_require() 2011-05-11 09:33:29 +02:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
error.c Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
msg.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl.c Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
object.c Provide nl_object_dump_buf() to easily dump to buffers 2011-04-10 10:22:01 +02:00
socket.c socket: fix two typos 2011-08-31 09:24:01 +02:00
utils.c Avoid freeing memory if vasprintf() failed 2011-08-11 15:06:29 +02:00