about summary refs log tree commit diff
path: root/docs/api/html/settings-dcb.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-05-11 22:08:45 +0200
committerMichael Biebl <biebl@debian.org>2018-05-11 22:08:45 +0200
commitee9c73a923909e23a649407be77e25235d769e25 (patch)
treee21c923621fa278e737da693df9eb60ea31a6067 /docs/api/html/settings-dcb.html
parentf60117b41d5433be1b4a96d82cd11d0c3dce9b63 (diff)
New upstream version 1.10.8 upstream/1.10.8
Diffstat (limited to 'docs/api/html/settings-dcb.html')
-rw-r--r--docs/api/html/settings-dcb.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/html/settings-dcb.html b/docs/api/html/settings-dcb.html
index fb62875c..0cf45e03 100644
--- a/docs/api/html/settings-dcb.html
+++ b/docs/api/html/settings-dcb.html
@@ -104,13 +104,13 @@
 <tr>
 <td><pre class="screen">priority-bandwidth</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use.  The sum of all percentages for priorities which belong to the same group must total 100 percents.</td>
 </tr>
 <tr>
 <td><pre class="screen">priority-flow-control</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[False, False, False, False, False, False, False, False]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.</td>
 </tr>
 <tr>
@@ -122,7 +122,7 @@
 <tr>
 <td><pre class="screen">priority-group-bandwidth</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group.  Allowed values are 0 - 100, and the sum of all values must total 100 percents.</td>
 </tr>
 <tr>
@@ -134,19 +134,19 @@
 <tr>
 <td><pre class="screen">priority-group-id</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID.  Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.</td>
 </tr>
 <tr>
 <td><pre class="screen">priority-strict-bandwidth</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[False, False, False, False, False, False, False, False]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.</td>
 </tr>
 <tr>
 <td><pre class="screen">priority-traffic-class</pre></td>
 <td><pre class="screen">array of uint32</pre></td>
-<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</pre></td>
+<td><pre class="screen">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
 <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.</td>
 </tr>
 </tbody>