summaryrefslogtreecommitdiff
path: root/interface-definitions/service-pppoe-server.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-09-16 09:15:21 +0200
committerChristian Poessinger <christian@poessinger.com>2022-09-16 09:16:17 +0200
commit28573ffe4fd939a266006840f999c99babe89dce (patch)
treeafd5f75f8ab82707e7a1b477edb1b671c84b57e3 /interface-definitions/service-pppoe-server.xml.in
parent7a2ad35ec8ecd84d162a3e5dc41b50f31d18dc10 (diff)
downloadvyos-1x-28573ffe4fd939a266006840f999c99babe89dce.tar.gz
vyos-1x-28573ffe4fd939a266006840f999c99babe89dce.zip
xml: T4698: drop validator name="range" and replace it with numeric
After T4669 added support for range validation to the OCaml validator there is no need to keep the slow Python validator in place. Raplace all occurances of <validator name="range" argument="--min=1 --max=65535"/> with <validator name="numeric" argument="--range 1-65535"/>.
Diffstat (limited to 'interface-definitions/service-pppoe-server.xml.in')
-rw-r--r--interface-definitions/service-pppoe-server.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service-pppoe-server.xml.in b/interface-definitions/service-pppoe-server.xml.in
index 50f42849b..c88f9e950 100644
--- a/interface-definitions/service-pppoe-server.xml.in
+++ b/interface-definitions/service-pppoe-server.xml.in
@@ -90,7 +90,7 @@
<description>VLAN monitor range for the automatic creation of vlans (e.g. 1-4094)</description>
</valueHelp>
<constraint>
- <validator name="range" argument="--min=1 --max=4094"/>
+ <validator name="numeric" argument="--range 1-4094"/>
</constraint>
<multi/>
</properties>