aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_gateway.c
Commit message (Collapse)AuthorAgeFilesLines
* pingu: rename pingu_gateway to pingu_routeNatanael Copa2011-10-071-128/+0
|
* pingu_gateway: implement pingu_gateway_first_default()Natanael Copa2011-09-081-0/+9
| | | | Finds first default gateway in list.
* pingu_gateway: move is_default_gwNatanael Copa2011-08-151-0/+15
| | | | It belongs in pingu_gateway
* pingu_gateway: cleanup. split out gateway funcsNatanael Copa2011-08-051-0/+104
To make code cleaner we move all gateway functions to separate file and rename a few functions.