libnl/lib/route
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
..
cls Initial import 2007-09-15 01:28:01 +02:00
sch Initial import 2007-09-15 01:28:01 +02:00
addr.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
class.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
class_api.c Initial import 2007-09-15 01:28:01 +02:00
class_obj.c Initial import 2007-09-15 01:28:01 +02:00
classifier.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
cls_api.c Initial import 2007-09-15 01:28:01 +02:00
cls_obj.c Initial import 2007-09-15 01:28:01 +02:00
link.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
neigh.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
neightbl.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
nexthop.c Initial import 2007-09-15 01:28:01 +02:00
qdisc.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
qdisc_api.c Initial import 2007-09-15 01:28:01 +02:00
qdisc_obj.c Initial import 2007-09-15 01:28:01 +02:00
route.c Represent default route with destination address length zero 2007-12-19 19:41:01 +01:00
route_obj.c Represent default route with destination address length zero 2007-12-19 19:41:01 +01:00
route_utils.c Initial import 2007-09-15 01:28:01 +02:00
rtnl.c Initial import 2007-09-15 01:28:01 +02:00
rule.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
tc.c Initial import 2007-09-15 01:28:01 +02:00