summaryrefslogtreecommitdiff
path: root/interface-definitions/service_pppoe-server.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-04 12:28:36 +0200
committerChristian Poessinger <christian@poessinger.com>2020-10-04 12:28:36 +0200
commitdd833b361dd773ed461b4db3efe335d9ecfdb479 (patch)
treed9bbf0c38547f7de4043285bfc5daec8ac3a2d1b /interface-definitions/service_pppoe-server.xml.in
parentf4e9248d2a24fc4fd0cdc7089aed0193d7a2884f (diff)
downloadvyos-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/service_pppoe-server.xml.in')
-rw-r--r--interface-definitions/service_pppoe-server.xml.in19
1 files changed, 2 insertions, 17 deletions
diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in
index 78bbda089..c6a3c18a6 100644
--- a/interface-definitions/service_pppoe-server.xml.in
+++ b/interface-definitions/service_pppoe-server.xml.in
@@ -60,23 +60,8 @@
<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</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-subnet.xml.i>
+ #include <include/accel-client-ip-pool-start-stop.xml.i>
+ #include <include/accel-client-ip-pool-subnet.xml.i>
</children>
</node>
#include <include/accel-client-ipv6-pool.xml.i>