]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: remove use of the term 'enslaved' wrt tap & bridge devices
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 17 Jun 2020 09:35:04 +0000 (10:35 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 26 Jun 2020 14:39:33 +0000 (15:39 +0100)
Network interfaces are simply attached to a bridge device.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/firewall.html.in
docs/formatdomain.html.in

index bfb5a47b1c66be5e7efbfe30dc9edc52c6437df3..2d55021d9be596b72f37eda8a08b33dc00569427 100644 (file)
@@ -12,7 +12,7 @@
       <li>The virtual network driver
           <br /><br />
           This provides an isolated bridge device (ie no physical NICs
-          enslaved). Guest TAP devices are attached to this bridge.
+          attached). Guest TAP devices are attached to this bridge.
           Guests can talk to each other and the host, and optionally the
           wider world.
           <br /><br />
@@ -46,7 +46,7 @@
     </p>
     <p>Thus the virtual network driver in libvirt was invented. This takes
        the form of an isolated bridge device (ie one with no physical NICs
-       enslaved). The TAP devices associated with the guest NICs are attached
+       attached). The TAP devices associated with the guest NICs are attached
        to the bridge device. This immediately allows guests on a single host
        to talk to each other and to the host OS (modulo host IPtables rules).
     </p>
index bd662727d3d6431057a800b1828661008b08453f..562bd3e538fa6a8086cd33acac4141d56c8c455f 100644 (file)
     <p>
       Provides a bridge from the VM directly to the LAN. This assumes
       there is a bridge device on the host which has one or more of the hosts
-      physical NICs enslaved. The guest VM will have an associated tun device
+      physical NICs attached. The guest VM will have an associated tun device
       created with a name of vnetN, which can also be overridden with the
       &lt;target&gt; element (see
       <a href="#elementsNICSTargetOverride">overriding the target element</a>).
-      The tun device will be enslaved to the bridge. The IP range / network
+      The tun device will be attached to the bridge. The IP range / network
       configuration is whatever is used on the LAN. This provides the guest VM
       full incoming &amp; outgoing net access just like a physical machine.
     </p>