Skip to content
Snippets Groups Projects
  • Martin Schiller's avatar
    06c49dbc
    openvpn: add extra respawn parameters · 06c49dbc
    Martin Schiller authored
    
    This change protects the openvpn instances to be marked as "in a crash
    loop" and thereby the connection retries will run infinitely.
    
    When the remote site of an openvpn connection goes down for some time
    (network failure etc.) the openvpn instance in an openwrt/lede device
    should not stop retrying to establish the connection.
    
    With the current limit of 5 retries, there is a user interaction
    required, which isn't really what you want when the device should
    simply do everything to keep the vpn connection up.
    
    Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
    06c49dbc
    History
    openvpn: add extra respawn parameters
    Martin Schiller authored
    
    This change protects the openvpn instances to be marked as "in a crash
    loop" and thereby the connection retries will run infinitely.
    
    When the remote site of an openvpn connection goes down for some time
    (network failure etc.) the openvpn instance in an openwrt/lede device
    should not stop retrying to establish the connection.
    
    With the current limit of 5 retries, there is a user interaction
    required, which isn't really what you want when the device should
    simply do everything to keep the vpn connection up.
    
    Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>