summaryrefslogtreecommitdiff
path: root/lib/route/route_obj.c
Commit message (Expand)AuthorAgeFilesLines
* 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