summaryrefslogtreecommitdiffstats
path: root/LogReceiver/routemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed routemanager to networkmanagerNiklas2011-09-261-177/+0Star
|
* added some comments to the new bringInterfaceUpDown function in ↵Niklas2011-09-231-1/+13
| | | | routemanager(soon networkmanager)
* added a function to the routemanager (which will soon be renamed into ↵Niklas2011-09-231-2/+47
| | | | networkmanager) to bring up and down interfaces.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-201-76/+66Star
| | | | the libnl.
* routmanager doRoute: changed the retun value in case of an error to -1Niklas2011-09-191-2/+2
|
* added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-191-10/+104
| | | | 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-2/+1Star
|
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-051-0/+37
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...