diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-03 20:36:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-03 20:36:18 +0200 |
commit | 585aaf9c5770e2a0784849aee75213bd4ea1871a (patch) | |
tree | 476c918d2ec10eb12022a6a2432361c6b17a09b3 /src/conf_mode/vpn_sstp.py | |
parent | c79f9144a6bac9b1dbdffcd6a02762a6adeabcfa (diff) | |
download | vyos-1x-585aaf9c5770e2a0784849aee75213bd4ea1871a.tar.gz vyos-1x-585aaf9c5770e2a0784849aee75213bd4ea1871a.zip |
sstp: T2953: migrate mtu to common level
Preparation before using get_config_dict() and common Jinja2 templates.
Diffstat (limited to 'src/conf_mode/vpn_sstp.py')
-rwxr-xr-x | src/conf_mode/vpn_sstp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/vpn_sstp.py b/src/conf_mode/vpn_sstp.py index a4a17de9c..15fcfcef3 100755 --- a/src/conf_mode/vpn_sstp.py +++ b/src/conf_mode/vpn_sstp.py @@ -270,7 +270,6 @@ def get_config(config=None): # # read in network settings - conf.set_level(base_path + ['network-settings']) if conf.exists(['mtu']): sstp['mtu'] = conf.return_value(['mtu']) |