Re: [Openvpn-devel] [PATCH] Add support to ignore specific options.

2013-07-11 Thread Gert Doering
Hi, On Fri, Jun 21, 2013 at 02:43:30PM +0200, Arne Schwabe wrote: > +.B \-\-ignore-unknown-option opt1 opt2 opt3 ... optN > +When one of options Feature-ACK, but the code confuses me a bit... > + else if (streq (p[0], "ignore-unknown-option") && p[1]) > +{ > + int i; > + int j;

[Openvpn-devel] [PATCH] Add support to ignore specific options.

2013-06-21 Thread Arne Schwabe
--- doc/openvpn.8 | 24 - src/openvpn/options.c | 56 +++-- src/openvpn/options.h |2 ++ 3 files changed, 79 insertions(+), 3 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 949577b..d384252 100644 --- a