diff options
Diffstat (limited to 'docs/api/html/settings-bond.html')
| -rw-r--r-- | docs/api/html/settings-bond.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/html/settings-bond.html b/docs/api/html/settings-bond.html index 21d2ff0f..f76e24d1 100644 --- a/docs/api/html/settings-bond.html +++ b/docs/api/html/settings-bond.html @@ -38,7 +38,7 @@ Properties </h2> <div class="table"> -<a name="id-1.3.3.7.2.2.1"></a><p class="title"><b>Table 53. </b></p> +<a name="id-1.3.3.7.2.2.1"></a><p class="title"><b>Table 41. </b></p> <div class="table-contents"><table class="table" border="1"> <colgroup> <col> @@ -57,13 +57,13 @@ <td><pre class="screen">interface-name</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> -<td> </td> +<td>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bond's interface name.</td> </tr> <tr> <td><pre class="screen">options</pre></td> <td><pre class="screen">dict of string to string</pre></td> <td><pre class="screen">{'mode': 'balance-rr'}</pre></td> -<td> </td> +<td>Dictionary of key/value pairs of bonding options. Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).</td> </tr> </tbody> </table></div> |