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_pptp.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_pptp.xml.in')
-rw-r--r-- | interface-definitions/vpn_pptp.xml.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/interface-definitions/vpn_pptp.xml.in b/interface-definitions/vpn_pptp.xml.in index 83e71347b..466fbf36d 100644 --- a/interface-definitions/vpn_pptp.xml.in +++ b/interface-definitions/vpn_pptp.xml.in @@ -47,22 +47,7 @@ <help>Pool of client IP addresses (must be within a /24)</help> </properties> <children> - <leafNode name="start"> - <properties> - <help>First IP address in the pool (will be used as gateway address)</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> - <leafNode name="stop"> - <properties> - <help>Last IP address in the pool</help> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> + #include <include/accel-client-ip-pool-start-stop.xml.i> </children> </node> #include <include/accel-gateway-address.xml.i> |