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/route
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
..
cls Unified TC API 2011-03-21 15:51:52 +01:00
link bonding: API to create/enslave/release 2011-09-16 12:57:52 +02:00
qdisc htb: fix misplaced memset() overwriting already set htb prio option 2011-08-12 13:47:23 +02:00
.gitignore Let git ignore generated pktloc source files 2010-07-03 15:56:07 +02:00
addr.c Provide silent variation of nl_cache_require() 2011-05-11 09:33:29 +02:00
class.c trafic class/classifer API improvements and documentation 2011-03-29 12:41:59 +02:00
classid.c Improve readability of classid string representation 2011-04-20 16:29:42 +02:00
cls.c documentation updates 2011-07-14 12:48:00 +02:00
link.c link: Eat ACK followed by RTM_NEWLINK when requesting single link 2011-09-14 11:43:10 +02:00
neigh.c neigh: include ndm flags while building message 2011-06-15 16:23:35 +02:00
neightbl.c Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
nexthop.c constify struct trans_tbl 2010-11-17 16:09:08 +01:00
pktloc.c fix license of lib/route/pktloc.c 2011-09-08 15:08:22 +02:00
pktloc_grammar.l Packet location updates 2010-10-27 01:21:50 +02:00
pktloc_syntax.y pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
qdisc.c Qdisc API improvements and documentation 2011-03-25 18:13:19 +01:00
route.c Documentation updates 2011-03-22 00:40:26 +01:00
route_obj.c route: Remove dead link_cache variable 2011-09-13 23:16:09 +02:00
route_utils.c constify struct trans_tbl 2010-11-17 16:09:08 +01:00
rtnl.c Use name "global" instead of "universe" for largest scope 2011-05-04 17:47:09 +02:00
rule.c Adding rule with "From" option doesn't work 2011-05-03 11:40:21 +02:00
tc.c documentation updates 2011-07-14 12:48:00 +02:00