diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:39:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 19:39:40 +0200 |
commit | d40daeaa4d099bfa9afa4ab2d3a217289aa51100 (patch) | |
tree | 32c95826d5e66ebb16c4a8f3d22f9249390820bc /src/conf_mode/vpn_pptp.py | |
parent | d7ae866ec5221b42bc9bea5b40dd7f7c0c4d78bd (diff) | |
parent | 5f4335042cf40bf4bf18294706cce0b3a2fd5907 (diff) | |
download | vyos-1x-d40daeaa4d099bfa9afa4ab2d3a217289aa51100.tar.gz vyos-1x-d40daeaa4d099bfa9afa4ab2d3a217289aa51100.zip |
Merge pull request #439 from thomas-mangin/T2088-explicit-airbag
airbag :T2088: make airbag explicit
Diffstat (limited to 'src/conf_mode/vpn_pptp.py')
-rwxr-xr-x | src/conf_mode/vpn_pptp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/vpn_pptp.py b/src/conf_mode/vpn_pptp.py index 085c9c2c6..5c8b53e1d 100755 --- a/src/conf_mode/vpn_pptp.py +++ b/src/conf_mode/vpn_pptp.py @@ -26,6 +26,9 @@ from vyos.template import render from vyos.util import call, get_half_cpus from vyos import ConfigError +from vyos import airbag +airbag.enable() + pptp_conf = '/run/accel-pppd/pptp.conf' pptp_chap_secrets = '/run/accel-pppd/pptp.chap-secrets' |