summaryrefslogtreecommitdiffstats
path: root/toolbox/route.c
Commit message (Collapse)AuthorAgeFilesLines
* Userland support for VM interconnectionDries Harnie2010-07-151-7/+17
| | | | Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
* Fix "route add default dev <iface>" behaviourDaniel Baeyens2010-04-211-1/+1
| | | | | | | | | | Previous behaviour was to set route's network mask as 255.255.255.255 Setting a destination network with netmask /32 blocks the connections just to the specified host. 0.0.0.0/32 defines the exact IPv4 address 0.0.0.0 and not the whole IPv4 hosts range. This patch allows traffic to any network, setting a 0.0.0.0/0 route. Change-Id: I1665f2fac52526337bb2c48e3b09564d9da448e7
* toolbox: Revise route utility.Chia-chi Yeh2009-06-301-106/+79
| | | | | | Add copyright header. Returns errno when something goes wrong. Otherwise returns 0. When the route entry exists, treat it as a success.
* toolbox: route: Reflow some of the mess, fix route add parameter names toSan Mehat2009-05-141-58/+62
| | | | | | match standard route Signed-off-by: San Mehat <san@google.com>
* AI 146260: Add the net-based routing entries.Chung-yih Wang2009-04-141-8/+37
| | | | | | e.g. route add net 172.16.0.0 mask 255.240.0.0 gw 172.19.248.10 Automated import of CL 146260
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+97
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-97/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+97