diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-27 11:18:11 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-27 11:18:11 +0200 |
commit | 3de59f1365e5b908d3b24748d77dcb0bd9477ca8 (patch) | |
tree | fa12393f0ff464145ccd37efb4afd19d4f7f2b04 /src/conf_mode/interfaces-wwan.py | |
parent | 32b9ac3653fa27e90c0a6b16c3ab141fd4237cb7 (diff) | |
download | vyos-1x-3de59f1365e5b908d3b24748d77dcb0bd9477ca8.tar.gz vyos-1x-3de59f1365e5b908d3b24748d77dcb0bd9477ca8.zip |
wwan: T3795: remove superfluous call to set_level()
Diffstat (limited to 'src/conf_mode/interfaces-wwan.py')
-rwxr-xr-x | src/conf_mode/interfaces-wwan.py | 1 |
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) |