iproute2/lib
Pavel Emelyanov b8cf1e9ae3 iproute: Fix errno propagation from rtnl_talk
Callers of rtnl_talk check errno value for their needs. In particular, the addrs
and routes restoring code validly reports success if the EEXISTS is in there.

However, the errno value can be sometimes screwed up by the perror call. Thus
we should only set it _after_ the message was emitted.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-08-20 12:54:48 -07:00
..
Makefile iproute2: use -fPIC in lib/ 2009-12-01 16:17:59 -08:00
dnet_ntop.c dnet: fix strict aliasing warnings 2010-07-23 12:30:48 -07:00
dnet_pton.c dnet: fix strict aliasing warnings 2010-07-23 12:30:48 -07:00
inet_proto.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
ipx_ntop.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
ipx_pton.c (Logical change 1.3) 2004-04-15 20:56:59 +00:00
libnetlink.c iproute: Fix errno propagation from rtnl_talk 2012-08-20 12:54:48 -07:00
ll_addr.c iproute2: Format IPv6 tunnels endpoints nicely. 2007-06-19 16:29:05 -07:00
ll_map.c libnetlink: remove unused junk callback 2011-12-28 10:37:12 -08:00
ll_proto.c Add LLDP to ethernet type table 2011-08-31 10:45:04 -07:00
ll_types.c Update ARP header type table 2010-07-23 13:12:12 -07:00
rt_names.c iproute2 - Don't hardcode the path to config files 2012-04-12 09:37:18 -07:00
utils.c utils: add s32 parser 2012-01-19 14:24:52 -08:00