History log of /system/core/toolbox/route.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a743730c7d1a8adba8a922f7af46cef0b35363a 18-Jan-2010 Dries Harnie <botje.linux@gmail.com> Userland support for VM interconnection

Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
/system/core/toolbox/route.c
e898faddb3d5074a4489ce255927c6735b6f8b0d 07-Oct-2009 Daniel Baeyens <daniel.baeyens@gmail.com> Fix "route add default dev <iface>" behaviour

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
/system/core/toolbox/route.c
4a1465fefff747bebcf95b61ad4598e2c5417de5 29-Jun-2009 Chia-chi Yeh <chiachi@android.com> toolbox: Revise route utility.

Add copyright header.
Returns errno when something goes wrong. Otherwise returns 0.
When the route entry exists, treat it as a success.
/system/core/toolbox/route.c
83ec181dc74d5dab4110e1895e62f1bdbf6d7d7a 14-May-2009 San Mehat <san@google.com> toolbox: route: Reflow some of the mess, fix route add parameter names to
match standard route

Signed-off-by: San Mehat <san@google.com>
/system/core/toolbox/route.c
98c297f2448fd8194cae16d213dfc9194180fa3f 15-Apr-2009 Chung-yih Wang <> AI 146260: Add the net-based routing entries.
e.g. route add net 172.16.0.0 mask 255.240.0.0 gw 172.19.248.10

Automated import of CL 146260
/system/core/toolbox/route.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/route.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/route.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/toolbox/route.c