summaryrefslogtreecommitdiff
path: root/interface-definitions/system_login.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-16 07:30:44 +0200
committerGitHub <noreply@github.com>2024-05-16 07:30:44 +0200
commit158dd9a8adfa08d4657eb80a772ce4e0ec9507b5 (patch)
tree2e29a5eea139c61c70f4a413fd949056deab4501 /interface-definitions/system_login.xml.in
parent70f9fa05da4355c2f9d8cd113b62b7b7ad5b4946 (diff)
parent75d553932504c55e710265776e4865a238223e1f (diff)
downloadvyos-1x-158dd9a8adfa08d4657eb80a772ce4e0ec9507b5.tar.gz
vyos-1x-158dd9a8adfa08d4657eb80a772ce4e0ec9507b5.zip
Merge pull request #3450 from HollyGurza/T5756
T5756: L2TP RADIUS backup and weight settings
Diffstat (limited to 'interface-definitions/system_login.xml.in')
-rw-r--r--interface-definitions/system_login.xml.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/interface-definitions/system_login.xml.in b/interface-definitions/system_login.xml.in
index e94bb7219..f6c8021d3 100644
--- a/interface-definitions/system_login.xml.in
+++ b/interface-definitions/system_login.xml.in
@@ -202,17 +202,8 @@
<tagNode name="server">
<children>
#include <include/radius-timeout.xml.i>
+ #include <include/radius-priority.xml.i>
<leafNode name="priority">
- <properties>
- <help>Server priority</help>
- <valueHelp>
- <format>u32:1-255</format>
- <description>Server priority</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 1-255"/>
- </constraint>
- </properties>
<defaultValue>255</defaultValue>
</leafNode>
</children>