about summary refs log tree commit diff
path: root/docs/api/html/settings-dcb.html
diff options
context:
space:
mode:
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 0cf45e03..fb62875c 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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[False, False, False, False, False, False, False, False]</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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[False, False, False, False, False, False, False, False]</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">[0, 0, 0, 0, 0, 0, 0, 0]</pre></td>
+<td><pre class="screen">[0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L]</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>