* luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom...
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / upnpd
1 package upnpd
2
3 config section
4         option name     'upnpd'
5         option title    'Common upnpd settings'
6         option package  'upnpd'
7         option unique   true
8
9 config variable
10         option name     'download'
11         option title    'Download bandwidth in kBit/s'
12         option section  'upnpd.upnpd'
13         option datatype 'integer'
14
15 config variable
16         option name     'upload'
17         option title    'Upload bandwidth in kBit/s'
18         option section  'upnpd.upnpd'
19         option datatype 'integer'
20
21 config variable
22         option name     'log_output'
23         option title    'Enable log messages'
24         option section  'upnpd.upnpd'
25         option datatype 'boolean'