libnl/lib
Thomas Graf 4649886288 Represent default route with destination address length zero
So far the destination address for default routes was NULL
which complicated the handling of routes in general. By
assigning a address of length zero they can be compared
to each other.

This allows the cache manager to properly handle default
routes.
2007-12-19 19:41:01 +01:00
..
fib_lookup Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
genl Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
netfilter Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
route Represent default route with destination address length zero 2007-12-19 19:41:01 +01:00
addr.c Initial import 2007-09-15 01:28:01 +02:00
attr.c [LIBNL]: Fix format strings 2007-12-13 12:09:45 +01:00
cache.c Check for availability of request_update() 2007-09-17 12:35:19 +02:00
cache_mngr.c Fix cache manager to not give back a reference it does not own 2007-12-17 23:01:06 +01:00
cache_mngt.c Cache message type association interface cleanups 2007-10-11 23:09:49 +02:00
data.c Initial import 2007-09-15 01:28:01 +02:00
defs.h Pushed to pre8 due to wrong version string in pre7 2007-11-21 18:24:11 +01:00
defs.h.in Initial import 2007-09-15 01:28:01 +02:00
doc.c Initial import 2007-09-15 01:28:01 +02:00
family.c Initial import 2007-09-15 01:28:01 +02:00
handlers.c Initial import 2007-09-15 01:28:01 +02:00
Makefile Initial import 2007-09-15 01:28:01 +02:00
msg.c Fix nl_msg_parse() to not give back a reference it does not own 2007-12-17 23:07:22 +01:00
nl.c Fix creation and destruction of sockets 2007-12-17 16:26:49 +01:00
object.c Initial import 2007-09-15 01:28:01 +02:00
socket.c Support defining the default callback handler with an environment variable 2007-12-18 13:06:48 +01:00
utils.c Read debugging environment variable when initializing the library 2007-12-18 12:42:06 +01:00