summaryrefslogtreecommitdiffstats
path: root/lib/route/route_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* style: require comma after __ADD() macroThomas Haller2014-07-271-13/+13
| | | | | | | $ sed -i 's/^\([\t ]\+\<__ADD\> \?([^)]\+)\) *$/\1,/' `git grep -w -l __ADD` Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
| | | | | | | This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* constify struct trans_tblThomas Graf2010-11-171-1/+1
|
* Support RT_TABLE_COMPATThomas Graf2010-10-291-0/+1
|
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-23/+0
| | | | | | | | | | 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.
* [LIBNL]: Fix minor memleaks on exitPatrick McHardy2008-02-071-0/+10
| | | | | | Make valgrind happy ... Signed-off-by: Patrick McHardy <kaber@trash.net>
* Initial importThomas Graf2007-09-141-0/+183