Page MenuHomeVyOS Platform

"reset openvpn" op-mode command should terminate and restart OpenVPN process
Closed, ResolvedPublicFEATURE REQUEST

Description

RIght now when the user sends reset openvpn interface vtun1 A SIGUSR1 is send to the OpenVPNM proces sin question.

This has the disadvantage that Key files are not reloaded from disk even when they have been updated (--persistent-key option)

Insted of sending SIGUSR1 via the MGMT socket, just kill -9 the process and restart it using start-stop-daemon see interfaces-openvpn-py as example.

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)