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 /interface-definitions | |
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 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index 3d28878bc..5ef503041 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -25,6 +25,7 @@ </node> </children> </node> + #include <include/interface-mtu-68-1500.xml.i> #include <include/accel-name-server.xml.i> <node name="network-settings"> <properties> @@ -41,7 +42,6 @@ </children> </node> #include <include/accel-client-ipv6-pool.xml.i> - #include <include/interface-mtu-68-1500.xml.i> </children> </node> <node name="ppp-options"> |