| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Add copyright header.
Returns errno when something goes wrong. Otherwise returns 0.
When the route entry exists, treat it as a success.
|
|
|
|
|
|
| |
match standard route
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
|
|
| |
e.g. route add net 172.16.0.0 mask 255.240.0.0 gw 172.19.248.10
Automated import of CL 146260
|
| |
|
| |
|
|
|