* luci/libs/uvl: add scheme for luci_hosts configuration

This commit is contained in:
Jo-Philipp Wich 2008-09-06 18:14:17 +00:00
parent be767cb726
commit 1bc3365f02

View file

@ -0,0 +1,21 @@
package luci_hosts
config section
option name 'host'
option title 'Host entry definition'
option package 'luci_hosts'
config variable
option name 'hostname'
option title 'Hostname'
option section 'luci_hosts.host'
option datatype 'hostname'
option required true
config variable
option name 'ipaddr'
option title 'IP address'
option section 'luci_hosts.host'
option datatype 'ipaddr'
option required true