blob: f846e000a1291c3b28f22b19c5c67066b0cb5531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
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'
|