summaryrefslogtreecommitdiff
path: root/src/conf_mode/mdns_repeater.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/mdns_repeater.py')
-rwxr-xr-xsrc/conf_mode/mdns_repeater.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/mdns_repeater.py b/src/conf_mode/mdns_repeater.py
index a652553f7..b43f9bdd8 100755
--- a/src/conf_mode/mdns_repeater.py
+++ b/src/conf_mode/mdns_repeater.py
@@ -25,6 +25,9 @@ from vyos import ConfigError
from vyos.util import call
from vyos.template import render
+from vyos import airbag
+airbag.enable()
+
config_file = r'/etc/default/mdns-repeater'
default_config_data = {