applications/luci-diag-devinfo: drop uvl schemas

This commit is contained in:
Jo-Philipp Wich 2011-01-02 19:39:12 +00:00
parent c6bbb37d09
commit d400451888
2 changed files with 0 additions and 166 deletions

View file

@ -1,109 +0,0 @@
package luci_devinfo
config package
option title 'Device Info Scanning Configuration'
config section
option name 'smap_scannet'
option title 'SMAP scanning network configuration'
option package 'luci_devinfo'
option named 'true'
option required 'true'
config variable
option name 'subnet'
option title 'Subnet to scan'
option section 'luci_devinfo.smap_scannet'
option datatype 'ip4addr'
option required 'true'
config variable
option name 'ports'
option title 'Ports to scan'
option section 'luci_devinfo.smap_scannet'
option datatype 'string'
config variable
option name 'enable'
option title 'Enable'
option section 'luci_devinfo.smap_scannet'
option datatype 'boolean'
option required 'true'
config variable
option name 'timeout'
option title 'Seconds to wait for responses to scan'
option section 'luci_devinfo.smap_scannet'
option datatype 'uint'
option required 'false'
config variable
option name 'interface'
option title 'Interface'
option section 'luci_devinfo.smap_scannet'
option datatype 'string'
option required 'true'
config variable
option name 'repeat_count'
option title 'Repeat Count'
option section 'luci_devinfo.smap_scannet'
option datatype 'uint'
option required 'false'
config variable
option name 'sleepreq'
option title 'Sleep between requests'
option section 'luci_devinfo.smap_scannet'
option datatype 'uint'
option required 'false'
config section
option name 'netdiscover_scannet'
option title 'Network scanning configuration'
option package 'luci_devinfo'
option named true
option required true
config variable
option name 'subnet'
option title 'Subnet to scan'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'ip4addr'
option required 'true'
config variable
option name 'interface'
option title 'Interface to use for scan'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'string'
option required 'true'
config variable
option name 'enable'
option title 'Enable'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'boolean'
option required 'true'
config variable
option name 'timeout'
option title 'Seconds to wait for responses to scan'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'uint'
option required 'false'
config variable
option name 'repeat_count'
option title 'Repeat Count'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'uint'
option required 'false'
config variable
option name 'sleepreq'
option title 'Sleep between requests'
option section 'luci_devinfo.netdiscover_scannet'
option datatype 'uint'
option required 'false'

View file

@ -1,57 +0,0 @@
package luci-devinfo
config package
option title 'MAC Device Info Overrides'
config section
option name 'mactodevinfo'
option title 'MAC Device Info Override'
option package 'mactodevinfo'
option named 'false'
option required 'false'
config variable
option name 'name'
option title 'Name for Device'
option section 'mactodevinfo.name'
option datatype 'string'
config variable
option name 'maclow'
option title 'Beginning of MAC address range'
option section 'mactodevinfo.maclow'
option datatype 'macaddr'
option required 'true'
config variable
option name 'machigh'
option title 'End of MAC address range'
option section 'mactodevinfo.machigh'
option datatype 'macaddr'
option required 'true'
config variable
option name 'vendor'
option title 'Vendor'
option section 'mactodevinfo.vendor'
option datatype 'string'
config variable
option name 'devtype'
option title 'Device Type'
option section 'mactodevinfo.devtype'
option datatype 'string'
option required 'true'
config variable
option name 'model'
option title 'Device Type'
option section 'mactodevinfo.model'
option datatype 'string'
option required 'true'
config variable
option name 'ouiowneroverride'
option title 'OUI Owner Override'
option section 'mactodevinfo.ouiowneroverride'
option datatype 'string'