summaryrefslogtreecommitdiffstats
path: root/LogReceiver/routemanager.h
Commit message (Collapse)AuthorAgeFilesLines
* renamed routemanager to networkmanagerNiklas2011-09-261-40/+0Star
|
* added a function to the routemanager (which will soon be renamed into ↵Niklas2011-09-231-0/+1
| | | | networkmanager) to bring up and down interfaces.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-201-10/+8Star
| | | | the libnl.
* solved the stupid mistake. just forgot to add an additional header file. ↵Niklas2011-09-191-0/+2
| | | | rtnl.h. now it is added an it compiles
* added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-191-3/+11
| | | | working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type
* latest version of all files. cmake still doesn't workNiklas2011-09-061-0/+3
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-0/+28
of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...