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 <[email protected]> Date: Tue Feb 7 16:29:47 2012 +0100 Made some options connection-entry specific Acked-by: David Sommerseth <[email protected]> ... 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 :-) gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany [email protected] fax: +49-89-35655025 [email protected]
pgpGE8NP9iLbZ.pgp
Description: PGP signature
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
