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/include/netlink/route/link
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
..
api.h link: AF_INET link module 2010-11-16 12:41:43 +01:00
bonding.h bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
inet.h Expose <netlink/route/link/inet.h> 2011-04-20 11:53:04 +02:00
info-api.h link: API for address family specific link data 2010-11-11 15:50:49 +01:00
vlan.h VLAN: rtnl_link_is_vlan() function and API documentation 2011-07-21 17:47:00 +02:00