diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-04 11:37:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-04 11:37:21 +0200 |
commit | 4649284812bb3dbb8c07f0e4dc56226b6da1a703 (patch) | |
tree | c1b1a7fd01df61336b95838d05bfd2a643dbece7 /interface-definitions/vpn_sstp.xml.in | |
parent | 585aaf9c5770e2a0784849aee75213bd4ea1871a (diff) | |
download | vyos-1x-4649284812bb3dbb8c07f0e4dc56226b6da1a703.tar.gz vyos-1x-4649284812bb3dbb8c07f0e4dc56226b6da1a703.zip |
sstp: T2953: migrate gateway-address, client-ip-settings to common level
* move "network-settings gateway-address" to "gateway-address"
* move "network-settings client-ip-settings" to "client-ip-pool"
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index 5ef503041..38c8c0fb8 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -26,24 +26,17 @@ </children> </node> #include <include/interface-mtu-68-1500.xml.i> + #include <include/accel-gateway-address.xml.i> #include <include/accel-name-server.xml.i> - <node name="network-settings"> + <node name="client-ip-pool"> <properties> - <help>Network settings</help> + <help>Client IP pools and gateway setting</help> </properties> <children> - <node name="client-ip-settings"> - <properties> - <help>Client IP pools and gateway setting</help> - </properties> - <children> - #include <include/accel-client-subnet.xml.i> - #include <include/accel-gateway-address.xml.i> - </children> - </node> - #include <include/accel-client-ipv6-pool.xml.i> + #include <include/accel-client-subnet.xml.i> </children> </node> + #include <include/accel-client-ipv6-pool.xml.i> <node name="ppp-options"> <properties> <help>PPP (Point-to-Point Protocol) settings</help> |