* luci/libs/uvl: move most schemes to their corresponding packages
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / luci_hosts
1 package luci_hosts
2
3 config section
4         option name     'host'
5         option title    'Host entry definition'
6         option package  'luci_hosts'
7
8 config variable
9         option name     'hostname'
10         option title    'Hostname'
11         option section  'luci_hosts.host'
12         option datatype 'hostname'
13         option required true
14
15 config variable
16         option name     'ipaddr'
17         option title    'IP address'
18         option section  'luci_hosts.host'
19         option datatype 'ipaddr'
20         option required true
21