summaryrefslogtreecommitdiff
path: root/lib/route/route_obj.c
Commit message (Expand)AuthorAgeFilesLines
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+4
* Add hash support to route cacheroopa2012-11-101-0/+47
* ROUTE_DIFF result was not used in some place in route_compareКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* single nexthop flags bugJustin Mayfield2012-08-291-1/+7
* route_clone : fix segmentation fault using nl_cache_subset to filter routesLoïc Touraine2012-08-291-0/+3
* Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) testMichele Baldessari2012-08-291-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+1
* missing extended Table attribute for lib/route/Romary Sonrier2012-03-061-0/+3
* Only use the MULTIPATH attribute when adding routes with more than one next hop.Michael Altizer2011-10-101-1/+11
* route: Remove dead link_cache variableThomas Graf2011-09-131-3/+0
* Put "break" inside the "if" block in route_compare()Pavel Roskin2011-08-111-2/+4
* add missing checks for ROUTE_ATTR_MULTIPATHDaniel Walter2011-03-221-4/+12
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-171-2/+2
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-66/+0
* route_obj: don't add empty destination to nlmsgDavid Lamparter2010-10-131-1/+2
* Improved printing of route cache entriesThomas Graf2008-06-161-5/+23
* Remove old line counting while dumpingThomas Graf2008-05-231-19/+13
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-59/+82
* Thread-safe error handlingThomas Graf2008-05-141-31/+23
* Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa2008-05-081-0/+28
* Speed up metrics comparisonThomas Graf2008-05-081-18/+11
* Fix dumping of iif route attributeThomas Graf2008-05-051-4/+19
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-375/+599
* Represent default route with destination address length zeroThomas Graf2007-12-191-3/+4
* Initial importThomas Graf2007-09-151-0/+908