Package: openvpn
Version: 2.4.0-5
Severity: minor

Hi Alberto,

I just upgraded my openvpn server from jessie to stretch, and my custom config
failed to work due to missing quotes around push. It would be nice to document
this change in the NEWS file so people using apt-listchanges will know what they
need to adjust their config.

The error in syslog was:
> Options error: Unrecognized option or missing or extra parameter(s) in 
> /etc/openvpn/gits.conf:34: push (2.4.0)

For example, the following worked in jessie:

> push persist-tun

Whereas it had to be changed to:

> push "persist-tun"

to work again in stretch.

Regards,
Lee

Reply via email to