iproute2/lib
Masatake YAMATO aa38c3eefa using NLM_F_DUMP flag constant in libnetlink.c
This is trivial patch for libnetlink.c in iproute2.

In iproute2/include/linux/netlink.h NLM_F_DUMP is defines as:

   #define NLM_F_DUMP	(NLM_F_ROOT|NLM_F_MATCH)

It is not used in libnetlink.c. If used, the code becomes a bit easier
to read.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
2012-01-19 14:16:12 -08: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 using NLM_F_DUMP flag constant in libnetlink.c 2012-01-19 14:16:12 -08: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 Fix file descriptor leak on error in rtnl_hash_initialize() 2011-10-07 11:15:28 -07:00
utils.c Fix test for EOF on continuation line 2011-07-11 10:38:10 -07:00