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 caf9cdb23..9e0859b7c 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogPipe.xml @@ -28,8 +28,9 @@ dropdown choose destination here to share the total bandwidth of this pipe among all connected clients. -
  • choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
  • +
  • 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.
  • +
  • Choose source to give every IP in the source field of rules the specified bandwith. Normally this is used for download pipes.
  • +
  • Leave this value empty if you want to create a pipe with a fixed bandwith.
  • ]]>
    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 219f524ee..f130c5349 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/TrafficShaper/forms/dialogQueue.xml @@ -22,8 +22,9 @@ dropdown choose destination here to share the total bandwidth of this pipe among all connected clients. -
  • choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
  • +
  • Choose destination to evenly share every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 4 clients lend 250Kbit each. Normally this is used for download queues.
  • +
  • Choose source to evenly share every IP in the source field of rules the specified bandwith. Normally this is used for upload queues.
  • +
  • Leave this value empty if you want to specify multiple queues with different weights.
  • ]]>