No description
Find a file
Thomas Graf 48e1e5c472 Speed up metrics comparison
Using rtnl_route_get_metric() for route comparison became a bottleneck
because each metric which was not available resulted in the generation
of an error message. This changeset avoids this by accessing rt_metrics
and rt_metrics_mask directly while comparing route objects.
2008-05-08 12:47:26 +02:00
doc [PATCH] Remove autogenerated files from git and add them to .gitignore. 2008-01-10 14:57:10 +01:00
include ignore more temporary files 2008-05-05 17:13:02 +02:00
lib Speed up metrics comparison 2008-05-08 12:47:26 +02:00
src Route cache support 2008-05-05 17:09:25 +02:00
tests Free associated caches when freeing cache manager 2008-02-05 12:35:41 +01:00
.gitignore ignore more temporary files 2008-05-05 17:13:02 +02:00
aclocal.m4 Initial import 2007-09-15 01:28:01 +02:00
ChangeLog Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
configure.in Provide libnl version in <netlink/version.h> 2008-04-30 15:43:42 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
install-sh Initial import 2007-09-15 01:28:01 +02:00
libnl-1.pc.in Fix from Benoit Boissinot <benoit.boissinot@ens-lyon.org> required to 2008-03-10 14:57:01 +01:00
Makefile Don't wipe cscope database on make clean 2008-04-29 22:59:30 +02:00
Makefile.opts.in Define datarootdir to silent autoconf 2008-04-29 23:01:39 +02:00
Makefile.rules Define datarootdir to silent autoconf 2008-04-29 23:01:39 +02:00