[Openvpn-devel] [PATCH] configure.ac: add lzo CFLAGS/LIBS to the test flags

2019-06-02 Thread Steffan Karger
This fixes "make check" builds on systems with lzo on a non-standard location. Signed-off-by: Steffan Karger --- configure.ac | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 59673e049..56598217f 100644 --- a/configure.ac +++ b/config

[Openvpn-devel] [PATCH applied] Re: introduce sitnl: Simplified Interface To NetLink

2019-06-02 Thread Gert Doering
Your patch has been applied to the master branch. I'm (sorry) again not totally happy with it - it introduces the configure changes for sitnl, namely, breaking the "do route and ifconfig command exist?" check on all Linux systems (have_sitnl=yes is unconditionally set for Linux, and that will then

[Openvpn-devel] [PATCH applied] Re: tun.c: use new networking API to handle tun interface on Linux

2019-06-02 Thread Gert Doering
Your patch has been applied to the master branch. The change to options_string() surprised me a bit, then I found that it's calling init_tun() under the hood (sometimes) and now I do not want to know anymore... or maybe I want to have someone tell me "oh, with Heiko's windows change of ordering,

[Openvpn-devel] [PATCH applied] Re: travis.yml: add test for iproute2 net implementation

2019-06-02 Thread Gert Doering
Your patch has been applied to the master branch. Sufficiently trivial and independent of piece 4+5+6 that I applied this in between. Failed, of course, because the context of .travis.yml got modified in between... we really need to focus our development on "one large thing at a time"... commit