diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-25 16:33:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-25 16:33:37 +0100 |
commit | 6e0aad3a6b1a35428674f2266932528403c9702a (patch) | |
tree | 2028d797ca99b1864aef3c7a0ff328e69d42eb47 | |
parent | 7291397ad9b0919982806b848cccca550fa9dfc3 (diff) | |
download | vyos-1x-6e0aad3a6b1a35428674f2266932528403c9702a.tar.gz vyos-1x-6e0aad3a6b1a35428674f2266932528403c9702a.zip |
login: user: radius: T1948: only allow IPv4 server address
-rw-r--r-- | interface-definitions/system-login-radius.xml.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/interface-definitions/system-login-radius.xml.in b/interface-definitions/system-login-radius.xml.in index 00e85db3e..3d1a1b151 100644 --- a/interface-definitions/system-login-radius.xml.in +++ b/interface-definitions/system-login-radius.xml.in @@ -24,6 +24,13 @@ <tagNode name="server"> <properties> <help>RADIUS server configuration</help> + <valueHelp> + <format>ipv4</format> + <description>RADIUS server IPv4 address</description> + </valueHelp> + <constraint> + <validator name="ipv4-address"/> + </constraint> </properties> <children> <leafNode name="key"> |