diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-04 12:28:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-04 12:28:36 +0200 |
commit | dd833b361dd773ed461b4db3efe335d9ecfdb479 (patch) | |
tree | d9bbf0c38547f7de4043285bfc5daec8ac3a2d1b /interface-definitions/vpn_sstp.xml.in | |
parent | f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f (diff) | |
download | vyos-1x-dd833b361dd773ed461b4db3efe335d9ecfdb479.tar.gz vyos-1x-dd833b361dd773ed461b4db3efe335d9ecfdb479.zip |
l2tp: pptp: sstp: pppoe-server: T2953: use common include for client-ip-pool
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-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 38c8c0fb8..77b1c1ec1 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -33,7 +33,7 @@ <help>Client IP pools and gateway setting</help> </properties> <children> - #include <include/accel-client-subnet.xml.i> + #include <include/accel-client-ip-pool-subnet.xml.i> </children> </node> #include <include/accel-client-ipv6-pool.xml.i> |