[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
There are two patches here - against master and against 2.3 branch. It seems my first email didn't go to the list, because I used wrong From address...

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
There are two patches here - against master and against 2.3 branch.

[Openvpn-devel] [PATCH] Default gateway can't be determined on illumos/Solaris platforms

2014-10-14 Thread alp
From: Alexander Pyhalov The logic which is used on BSD is preserved. The only distinction is that illumos doesn't provide sa_len field in sockaddr structures. --- src/openvpn/route.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/openvpn/route.c

[Openvpn-devel] [PATCH] Default gateway can't be determined on illumos/Solaris platforms

2014-10-14 Thread alp
From: Alexander Pyhalov The logic which is used on BSD is preserved. The only distinction is that illumos doesn't provide sa_len field in sockaddr structures. --- src/openvpn/route.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/openvpn/route.c

[Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-10-14 Thread alp
From: a...@sfedu.ru GIT: [PATCH] Default gateway can't be determined on illumos/Solaris GIT: [PATCH] Default gateway can't be determined on illumos/Solaris There are two patches here - against master and against 2.3 branch.