diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-03 11:48:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-03 11:48:36 +0200 |
commit | e4e75aacac93f320a20ad367bdfc8aa2c21596ef (patch) | |
tree | 243ae998cf4458c2e12a75a35657a4e4be639bc7 /interface-definitions/include/accel-auth-protocols.xml.i | |
parent | 2123eef951467ea2e69ec2ad3f68e0282f84414e (diff) | |
download | vyos-1x-e4e75aacac93f320a20ad367bdfc8aa2c21596ef.tar.gz vyos-1x-e4e75aacac93f320a20ad367bdfc8aa2c21596ef.zip |
pppoe-server: T2956: make use of defaultValue list feature
Diffstat (limited to 'interface-definitions/include/accel-auth-protocols.xml.i')
-rw-r--r-- | interface-definitions/include/accel-auth-protocols.xml.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/include/accel-auth-protocols.xml.i b/interface-definitions/include/accel-auth-protocols.xml.i index 10d89d4de..a6899a4d8 100644 --- a/interface-definitions/include/accel-auth-protocols.xml.i +++ b/interface-definitions/include/accel-auth-protocols.xml.i @@ -24,7 +24,8 @@ <constraint> <regex>(pap|chap|mschap|mschap-v2)</regex> </constraint> - <multi /> + <multi/> </properties> + <defaultValue>pap chap mschap mschap-v2</defaultValue> </leafNode> <!-- included end --> |