|
@@ -52,11 +52,11 @@ end
|
52
|
52
|
n.rmempty = false
|
53
|
53
|
|
54
|
54
|
|
55
|
|
-dl = s:taboption("tab_basic", Value, "download", translate("Download speed (kbit/s) (ingress):"))
|
|
55
|
+dl = s:taboption("tab_basic", Value, "download", translate("Download speed (kbit/s) (ingress) set to 0 to selectively disable ingress shaping:"))
|
56
|
56
|
dl.datatype = "and(uinteger,min(0))"
|
57
|
57
|
dl.rmempty = false
|
58
|
58
|
|
59
|
|
-ul = s:taboption("tab_basic", Value, "upload", translate("Upload speed (kbit/s) (egress):"))
|
|
59
|
+ul = s:taboption("tab_basic", Value, "upload", translate("Upload speed (kbit/s) (egress) set to 0 to selectively disable egress shaping:"))
|
60
|
60
|
ul.datatype = "and(uinteger,min(0))"
|
61
|
61
|
ul.rmempty = false
|
62
|
62
|
|