summaryrefslogtreecommitdiff
path: root/src/conf_mode/service_router-advert.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-29 19:39:40 +0200
committerGitHub <noreply@github.com>2020-05-29 19:39:40 +0200
commitd40daeaa4d099bfa9afa4ab2d3a217289aa51100 (patch)
tree32c95826d5e66ebb16c4a8f3d22f9249390820bc /src/conf_mode/service_router-advert.py
parentd7ae866ec5221b42bc9bea5b40dd7f7c0c4d78bd (diff)
parent5f4335042cf40bf4bf18294706cce0b3a2fd5907 (diff)
downloadvyos-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/service_router-advert.py')
-rwxr-xr-xsrc/conf_mode/service_router-advert.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf_mode/service_router-advert.py b/src/conf_mode/service_router-advert.py
index 620f3eacf..da7019e2c 100755
--- a/src/conf_mode/service_router-advert.py
+++ b/src/conf_mode/service_router-advert.py
@@ -24,6 +24,8 @@ from vyos import ConfigError
from vyos.util import call
from vyos.template import render
+from vyos import airbag
+airbag.enable()
config_file = r'/etc/radvd.conf'