summaryrefslogtreecommitdiff
path: root/interface-definitions/service_pppoe-server.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-21 17:04:43 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-21 17:05:46 +0200
commit247577917639c279993e451b210d38e393630c36 (patch)
tree9388e42066e7f7dfd87153d5b4dc407e2ebeb53f /interface-definitions/service_pppoe-server.xml.in
parent53090ac54cfff459094d7c1754cd76604dc1d11e (diff)
downloadvyos-1x-247577917639c279993e451b210d38e393630c36.tar.gz
vyos-1x-247577917639c279993e451b210d38e393630c36.zip
accel-ppp: unify "authentication mode" XML definition to common include file
Diffstat (limited to 'interface-definitions/service_pppoe-server.xml.in')
-rw-r--r--interface-definitions/service_pppoe-server.xml.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in
index 0eff18e5c..27669f1c3 100644
--- a/interface-definitions/service_pppoe-server.xml.in
+++ b/interface-definitions/service_pppoe-server.xml.in
@@ -107,25 +107,7 @@
</tagNode>
</children>
</node>
- <leafNode name="mode">
- <properties>
- <help>Authentication mode for PPPoE Server</help>
- <valueHelp>
- <format>local</format>
- <description>Use local username/password configuration</description>
- </valueHelp>
- <valueHelp>
- <format>radius</format>
- <description>Use a RADIUS server to autenticate users</description>
- </valueHelp>
- <constraint>
- <regex>(local|radius)</regex>
- </constraint>
- <completionHelp>
- <list>local radius</list>
- </completionHelp>
- </properties>
- </leafNode>
+ #include <include/accel-auth-mode.xml.i>
#include <include/radius-server.xml.i>
#include <include/accel-radius-additions.xml.in>
<node name="radius">