[PATCH] add tools to scan network for any device, or for sip devices, and output...
[project/luci.git] / applications / luci-diag-devinfo / root / lib / uci / schema / default / mactodevinfo
1 package luci-devinfo
2
3 config package
4         option title 'MAC Device Info Overrides'
5
6 config section
7         option name     'mactodevinfo'
8         option title    'MAC Device Info Override'
9         option package  'mactodevinfo'
10         option named    'false'
11         option required 'false'
12
13 config variable
14         option name     'name'
15         option title    'Name for Device'
16         option section  'mactodevinfo.name'
17         option datatype 'string'
18
19 config variable
20         option name     'maclow'
21         option title    'Beginning of MAC address range'
22         option section  'mactodevinfo.maclow'
23         option datatype 'macaddr'
24         option required 'true'
25
26 config variable
27         option name     'machigh'
28         option title    'End of MAC address range'
29         option section  'mactodevinfo.machigh'
30         option datatype 'macaddr'
31         option required 'true'
32
33 config variable
34        option name      'vendor'
35        option title     'Vendor'
36        option section   'mactodevinfo.vendor'
37        option datatype  'string'
38
39 config variable
40        option name      'devtype'
41        option title     'Device Type'
42        option section   'mactodevinfo.devtype'
43        option datatype  'string'
44        option required  'true'
45
46 config variable
47        option name      'model'
48        option title     'Device Type'
49        option section   'mactodevinfo.model'
50        option datatype  'string'
51        option required  'true'
52
53 config variable
54        option name      'ouiowneroverride'
55        option title     'OUI Owner Override'
56        option section   'mactodevinfo.ouiowneroverride'
57        option datatype  'string'