Hi *,

Gert Doering wrote:
Hi,

On Fri, May 24, 2013 at 10:13:14AM +0400, Dmitry Melekhov wrote:
Posted the same on forum :-)

I'm not sure why that is *funny* - in general, I'd frown upon putting
the same question in multiple places at the same time, as it causes
extra work for other people who might not see both questions, so I might
answer here and someone else might spend the time answering in the forum.

But today I installed update to 2.3.1 and I now I see:

Options error: option 'explicit-exit-notify' cannot be used in this context ([PUSH-OPTIONS])

Why? How can I revert to previous behavior?

That is, indeed, a good question.  "git blame" points to...

commit 76809cae0eae07817160b423d3f9551df1a1d68e
Author: Jan Just Keijser <janj...@nikhef.nl>
Date:   Tue Feb 7 16:29:47 2012 +0100

    Made some options connection-entry specific
    Acked-by: David Sommerseth <dav...@redhat.com>

... which has lots of changes we thought we understand, plus:

@@ -5106,14 +5108,15 @@ add_option (struct options *options,
 #ifdef ENABLE_OCC
   else if (streq (p[0], "explicit-exit-notify"))
     {
-      VERIFY_PERMISSION (OPT_P_EXPLICIT_NOTIFY);
+      VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION);
+//      VERIFY_PERMISSION (OPT_P_EXPLICIT_NOTIFY);


... but since JJK is reading this list, he might have an answer, and a
suggested fix for 2.3.2 :-)


indeed Gert, I saw the first mail and thought "Uh oh" ... Looks like a bug that I introduced when making some settings connection-entry specific (and I clearly did not test this one).
I'll get back on this very shortly.

JJK

------------------------------------------------------------------------

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
------------------------------------------------------------------------

_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to