diff --git a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml index 85572092d..87f1e628d 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml @@ -1,31 +1,31 @@
pipe.enabled - + checkbox Enable this pipe and its related queues and rules pipe.bandwidth - + text Total bandwidth for this pipe pipe.bandwidthMetric - + dropdown pipe.queue - + text number of dynamic queues, leave empty for default true pipe.mask - + dropdown Choose destination to give every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 3 clients lend 1Mbit each so 3Mbit max. Normally this is used for download pipes. @@ -35,7 +35,7 @@ pipe.buckets - + text Specifies the size of the hash table used for storing the various dynamic pipes configured with the mask setting true @@ -110,7 +110,7 @@ pipe.description - + text Description to identify this pipe. diff --git a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml index d33343861..ecccd66d6 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml @@ -1,19 +1,19 @@ queue.enabled - + checkbox Enable this queue and its related rules queue.pipe - + dropdown connected pipe for this queue queue.weight - + text Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high) @@ -29,7 +29,7 @@ queue.buckets - + text Specifies the size of the hash table used for storing the various dynamic queues configured with the mask setting true @@ -69,7 +69,7 @@ queue.description - + text Description to identify this pipe. diff --git a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml index b2d864d6c..25d022b71 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogRule.xml @@ -1,36 +1,36 @@ rule.enabled - + checkbox enable this rule rule.sequence - + text order in which the rule will be evaluated (lowest first) rule.interface - + dropdown rule.interface2 - + dropdown true secondary interface, matches packets traveling to/from interface (1) to/from interface (2). can be combined with direction. rule.proto - + dropdown rule.source - + select_multiple true @@ -38,19 +38,19 @@ rule.source_not - + checkbox invert source (not) rule.src_port - + text Source port number or well known name (imap, imaps, http, https, ...), for ranges use a dash rule.destination - + select_multiple true @@ -58,13 +58,13 @@ rule.destination_not - + checkbox invert destination (not) rule.dst_port - + text Destination port number or well known name (imap, imaps, http, https, ...), for ranges use a dash @@ -77,20 +77,20 @@ rule.direction - + dropdown true matches incoming or outgoing packets or both (default) rule.target - + dropdown target pipe or queue rule.description - + text