summaryrefslogtreecommitdiff
path: root/src/conf_mode/system-wifi-regdom.py
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2020-08-28 15:50:50 -0500
committerJohn Estabrook <jestabro@vyos.io>2020-08-31 09:57:00 -0500
commitad69fb36201ee0930b76d80f0869284e26846991 (patch)
treea4dda1096a267fed41ac90121ab6233e5b8b7d39 /src/conf_mode/system-wifi-regdom.py
parent050f16e5c92ebb341913942ebedc6fa0c2c677bf (diff)
downloadvyos-1x-ad69fb36201ee0930b76d80f0869284e26846991.tar.gz
vyos-1x-ad69fb36201ee0930b76d80f0869284e26846991.zip
configd: T2582: add scripts to include list for daemon
Diffstat (limited to 'src/conf_mode/system-wifi-regdom.py')
-rwxr-xr-xsrc/conf_mode/system-wifi-regdom.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/conf_mode/system-wifi-regdom.py b/src/conf_mode/system-wifi-regdom.py
index 30ea89098..874f93923 100755
--- a/src/conf_mode/system-wifi-regdom.py
+++ b/src/conf_mode/system-wifi-regdom.py
@@ -34,9 +34,12 @@ default_config_data = {
'deleted' : False
}
-def get_config():
+def get_config(config=None):
regdom = deepcopy(default_config_data)
- conf = Config()
+ if config:
+ conf = config
+ else:
+ conf = Config()
base = ['system', 'wifi-regulatory-domain']
# Check if interface has been removed