about summary refs log tree commit diff
path: root/docs/api/html/settings-macvlan.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/html/settings-macvlan.html')
-rw-r--r--docs/api/html/settings-macvlan.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/html/settings-macvlan.html b/docs/api/html/settings-macvlan.html
index 645bee54..54733b85 100644
--- a/docs/api/html/settings-macvlan.html
+++ b/docs/api/html/settings-macvlan.html
@@ -38,7 +38,7 @@
             Properties
         </h2>
 <div class="table">
-<a name="id-1.3.3.21.2.2.1"></a><p class="title"><b>Table 67. </b></p>
+<a name="id-1.3.3.21.2.2.1"></a><p class="title"><b>Table 55. </b></p>
 <div class="table-contents"><table class="table" border="1">
 <colgroup>
 <col>
@@ -57,25 +57,25 @@
 <td><pre class="screen">mode</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">0</pre></td>
-<td> </td>
+<td>The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device.</td>
 </tr>
 <tr>
 <td><pre class="screen">parent</pre></td>
 <td><pre class="screen">string</pre></td>
 <td><pre class="screen"></pre></td>
-<td> </td>
+<td>If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created.  If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</td>
 </tr>
 <tr>
 <td><pre class="screen">promiscuous</pre></td>
 <td><pre class="screen">boolean</pre></td>
 <td><pre class="screen">TRUE</pre></td>
-<td> </td>
+<td>Whether the interface should be put in promiscuous mode.</td>
 </tr>
 <tr>
 <td><pre class="screen">tap</pre></td>
 <td><pre class="screen">boolean</pre></td>
 <td><pre class="screen">FALSE</pre></td>
-<td> </td>
+<td>Whether the interface should be a MACVTAP.</td>
 </tr>
 </tbody>
 </table></div>