summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-27 11:18:11 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-27 11:18:11 +0200
commit3de59f1365e5b908d3b24748d77dcb0bd9477ca8 (patch)
treefa12393f0ff464145ccd37efb4afd19d4f7f2b04
parent32b9ac3653fa27e90c0a6b16c3ab141fd4237cb7 (diff)
downloadvyos-1x-3de59f1365e5b908d3b24748d77dcb0bd9477ca8.tar.gz
vyos-1x-3de59f1365e5b908d3b24748d77dcb0bd9477ca8.zip
wwan: T3795: remove superfluous call to set_level()
-rwxr-xr-xsrc/conf_mode/interfaces-wwan.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-wwan.py b/src/conf_mode/interfaces-wwan.py
index 6658ca86a..2515dc838 100755
--- a/src/conf_mode/interfaces-wwan.py
+++ b/src/conf_mode/interfaces-wwan.py
@@ -75,7 +75,6 @@ def get_config(config=None):
# We need to know the amount of other WWAN interfaces as ModemManager needs
# to be started or stopped.
- conf.set_level(base)
wwan['other_interfaces'] = conf.get_config_dict([], key_mangling=('-', '_'),
get_first_key=True,
no_tag_node_value_mangle=True)