Displaying 1 result from an estimated 1 matches for "delete_object_util".
2006 May 16
0
rtbl_talk() call failed
Hi ,
I compiled the
qosd-0.0.1-13122003.tgz code found in
http://x-ray.prokon.cz/data/snmp/ , but i have a problem when i run it ,
i get an error
rtnetlink call failed, reason: 2 , no such file or directory
i found this line in the file delete_object_util.c
rtnl_talk(&rth, &req.n, 0, 0, NULL,NULL,NULL);
result=errno;
if(result!=0)
syslog(LOG_2,"rtnetlink call failed, reason: %i, %s", result, strerror(result));
rtnl_close(&rth);
return(result);
whatis rtnl_talk() do ??
help me please,
thanks...