summaryrefslogtreecommitdiffstats
path: root/src/openvpn/route.c
Commit message (Expand)AuthorAgeFilesLines
* Repair test_local_addr() on WIN32Gert Doering2015-09-251-1/+1
* Fix --redirect-private in --dev tap mode.Guy Yur2015-06-011-1/+1
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19
* Implement on-link route adding for iproute2Philipp Hagemeister2014-10-141-4/+7
* 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
* 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
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-181-0/+1
* 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