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