summaryrefslogtreecommitdiffstats
path: root/src/openvpn/route.c
Commit message (Expand)AuthorAgeFilesLines
* get_default_gateway_ipv6(): Win32 implementation using GetBestRoute2()Gert Doering2015-10-061-6/+86
* Repair test_local_addr() on WIN32Gert Doering2015-09-251-1/+1
* Fix IPv6 host routes to LAN gateway on OpenSolarisGert Doering2015-09-201-5/+12
* get_default_gateway_ipv6(): *BSD / MacOS / Solaris PF_ROUTE implementationGert Doering2015-09-201-4/+183
* Do not install a host route for the VPN on AndroidArne Schwabe2015-09-171-1/+7
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-171-11/+121
* get_default_gateway_ipv6(): Linux / Netlink implementation.Gert Doering2015-09-171-12/+136
* Use pseudo gw as default gw on Android as a workaround for not being able to ...Arne Schwabe2015-09-151-0/+14
* Don't redirect the gateway on Android even if requestedArne Schwabe2015-09-151-0/+4
* Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering2015-09-151-3/+73
* refactor struct route_ipv6_list, bring in line with struct route_list againGert Doering2015-09-141-11/+8
* refactor struct route_ipv6, bring in line with struct route_ipv4 againGert Doering2015-09-141-17/+18
* Fix --redirect-private in --dev tap mode.Guy Yur2015-06-011-1/+1
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-081-2/+2
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19
* fix warnings on WindowsHeiko Hund2014-11-171-1/+1
* Implement on-link route adding for iproute2Philipp Hagemeister2014-10-141-4/+7
* implement adding/deleting routes on AIX, for IPv4 and IPv6Gert Doering2014-07-071-0/+60
* Merge get_default_gateway() implementation for all 4+1 BSD variants.Gert Doering2014-05-261-225/+21
* Conditionalize calls to print_default_gateway on !ENABLE_SMALLGert Doering2014-04-301-1/+1
* IPv6 address/route delete fix for Win8Gert Doering2014-04-131-1/+7
* fix route struct nameHeiko Hund2014-04-011-1/+1
* Add gateway and device to android control messagesArne Schwabe2014-03-231-3/+6
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-1/+1
* grow route lists dynamicallyHeiko Hund2014-02-231-133/+101
* Replace copied structure elements with including <net/route.h>Gert Doering2014-01-161-93/+2
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-161-18/+18
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-2/+2
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-1/+0
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-181-0/+1
* Android platform specific changes.Arne Schwabe2013-05-011-2/+16
* Fix directly connected routes for "topology subnet" on Solaris.Gert Doering2013-03-271-6/+9
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-141-1/+1
* The get_default_gateway() function uses warn() instead of msg()David Sommerseth2012-11-291-2/+2
* Merge getaddr_multi and getaddr6 into one functionArne Schwabe2012-09-021-23/+22
* Add missing pieces to IPv6 route gateway handling.Gert Doering2012-06-131-11/+64
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-131-5/+4
* cleanup: avoid using ~0 - windowsAlon Bar-Lev2012-04-021-13/+17
* cleanup: avoid using ~0 - netmaskAlon Bar-Lev2012-04-021-6/+6
* cleanup: avoid using ~0 - ipv6Alon Bar-Lev2012-04-021-1/+1
* cleanup: avoid using ~0 - genericAlon Bar-Lev2012-04-021-1/+1
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3237