libnl/lib
Thomas Graf 96bc6d6f66 Improve rtnl_link_change() behaviour
- avoid unncessary name change requests
    The kernel does not check if the specified IFNAME is different
    from the current name. It assumes that if IFNAME and ifindex
    are both specified, a name change is requested. Therefore avoid
    specyfing IFNAME if ifindex is provided and original and new
    name are identical.
- move link building to own function (to allow link add later on)
- error if immutable changes have been made
- better documentation
2011-04-13 16:42:34 +02:00
..
cli rename sch -> qdisc 2011-03-21 16:47:42 +01:00
fib_lookup Documentation updates 2011-03-22 00:40:26 +01:00
genl constify struct trans_tbl 2010-11-17 16:09:08 +01: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 Improve rtnl_link_change() behaviour 2011-04-13 16:42:34 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +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 Provide nl_cache_set_arg{1,2}() to specify cache args 2011-04-10 10:22:27 +02:00
cache_mngr.c Documentation updates 2011-03-22 00:40:26 +01:00
cache_mngt.c restructure module documentation order 2008-12-10 18:12:30 +01:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
error.c Improve rtnl_link_change() behaviour 2011-04-13 16:42:34 +02:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
Makefile.am Fix "make distcheck". 2011-03-23 16:00:44 +01:00
msg.c Documentation updates 2011-03-22 00:40:26 +01:00
nl.c API to issue direct GET requests to the kernel 2011-04-11 12:34:01 +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: constify interface 2010-11-18 12:47:16 +01:00
utils.c Initialize dump buffer in case caller missed it 2011-04-10 10:18:04 +02:00