summaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Include limits.h to fix undefined ULONG_MAX in src/utils.cPavel Roskin2009-04-161-0/+1
|
* Remove XML dumpingThomas Graf2008-06-171-2/+0
| | | | Bloats the library, not frequently used
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-171-0/+1
|
* Remove old line counting while dumpingThomas Graf2008-05-231-2/+2
|
* New set of libnl toolsThomas Graf2008-05-221-66/+14
| | | | | Converts all tools to the API changes and improves the useability by introducing regular options and long options.
* New set of address management toolsThomas Graf2008-05-151-87/+82
|
* Route cache supportThomas Graf2008-05-051-2/+2
| | | | | | This changesets adds the possibility to fill a nl_cache with the contents of the route cache. It also adds the possibility to limit route caches to certain address families.
* Adapt syntax of nl-route-list to nl-route-deleteThomas Graf2008-04-301-1/+1
|
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-25/+45
| | | | | | | | | | Adds all missing routing attributes and brings the routing related code to a working state. In the process the API was broken several times with the justification that nobody is using this code yet. The changes include new example code which is also a prototype for how plain CLI tools could look like to control routes.
* Support defining the default callback handler with an environment variableThomas Graf2007-12-181-29/+1
|
* Read debugging environment variable when initializing the libraryThomas Graf2007-12-181-12/+0
|
* Initial importThomas Graf2007-09-141-0/+218