dect
/
libnl
Archived
13
0
Fork 0
netlink Library with DECT support
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.
Go to file
Nicolas Sitbon 7e9d5f69e5 correctly handle the object not found case
Removing non existent route (both ipv4 and ipv6) using
rtnl_route_delete return NLE_FAILURE generic error code. After
investigation, it seems the linux kernel return -ESRCH in that case
(see http://lxr.linux.no/linux+v2.6.38/net/ipv6/route.c#L1367). Same
behaviour apply for removing non existent address. The function
nl_syserr2nlerr (lib/error.c) which is responsible for translating
from kernel error to libnl error doesn't handle ESRCH.
2011-03-25 16:51:31 +01:00
doc Tons of documentation 2010-11-27 10:18:07 +01:00
etc
include Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls() 2011-03-24 22:50:11 +01:00
lib correctly handle the object not found case 2011-03-25 16:51:31 +01:00
m4
man
src Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls() 2011-03-24 22:50:11 +01:00
tests
.gitignore
COPYING
ChangeLog
Makefile.am Fix "make distcheck". 2011-03-23 16:00:44 +01:00
autogen.sh
configure.in libnl-3.0 2011-03-21 17:03:01 +01:00
libnl-3.0.pc.in libnl-3.0 2011-03-21 17:03:01 +01:00