No description
Find a file
Jiri Pirko 7adaad784f genl: genl_ctrl_grp_by_name: fix retval in case group id not found
Now the return value in case group id is not find is 0. Change it to
return -NLE_OBJ_NOTFOUND which makes more sense. This should not break
anything because genl_ctrl_grp_by_name is static and called only from
genl_ctrl_resolve_grp. genl_ctrl_resolve_grp already might return
-NLE_OBJ_NOTFOUND.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
2011-08-31 12:35:56 +02:00
doc doc: need to include @srcdir@/src not @top_srcdir@/src 2011-08-12 11:06:50 +02:00
etc pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
include socket: introduce nl_socket_modify_err_cb 2011-08-31 09:23:58 +02:00
lib genl: genl_ctrl_grp_by_name: fix retval in case group id not found 2011-08-31 12:35:56 +02:00
m4 python interface to netlink protocols 2011-05-10 12:17:33 +02:00
man nl-classid-lookup: Added --raw option to print classid without pretty printing it 2010-11-01 15:20:43 +01:00
python python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00
src nl-link-name2ifindex: fix usage text 2011-08-30 09:56:54 +02:00
tests 3.1 release 2011-08-11 14:30:24 +02:00
.gitignore 3.1 release 2011-08-11 14:30:24 +02:00
autogen.sh Move to automake-based build 2009-06-23 01:24:51 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
libnl-3.1.pc.in 3.1 release 2011-08-11 14:30:24 +02:00
libnl-genl-3.1.pc.in 3.1 release 2011-08-11 14:30:24 +02:00
libnl-nf-3.1.pc.in 3.1 release 2011-08-11 14:30:24 +02:00
libnl-route-3.1.pc.in 3.1 release 2011-08-11 14:30:24 +02:00
Makefile.am python: Include python/ in distribution and provide a README on how to build & install 2011-08-12 10:45:47 +02:00