| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
required
|
| |
|
| |
|
|
|
|
|
| |
This could be required if e.g. two default routes list gateways but the
corresponding outbound interfaces do not have any IP addresses on them.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We don't have a proper kernel-net interface on Android yet, so the check
for a usable interface does not work there.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
installed
|
|
|
|
| |
Also tried to avoid the use of enumerators.
|
|
|
|
| |
Also added an option to enumerate addresses on ignored interfaces.
|
| |
|
|
|
|
| |
enumeration, etc.)
|
| |
|
|
|
|
| |
get_interface() method
|
| |
|
|
|
|
| |
interfaces
|
|
|
|
|
| |
Otherwise the nexthop returned might belong to a different route than
the one actually used with the current source address.
|
|
|
|
|
|
|
| |
Routes matching the destination are now first parsed and sorted by network
prefix length. This list is then used to search for the best route with
a matching preferred source address (if one is specified). This makes sure
we really check all routes for that address.
|
| |
|
| |
|
|
|
|
|
|
| |
This allows to pin the local end of an IKE_SA to an address that is not the
physical address of an interface. Without this patch the local address would
change to the physical address when roam events occur.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sizeof(int)
|