]> git.tuebingen.mpg.de Git - aple.git/commitdiff
Networking: Slightly reword veth paragraph.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Oct 2023 13:59:26 +0000 (15:59 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Oct 2023 13:59:26 +0000 (15:59 +0200)
Don't imply that eth0 is always a physical interface and fix a
typo/braino: one instance of pair needs to be peer.

Networking.m4

index a3a5d650b0556bb245fbefd7d0c45daa5cfff5a8..6acf2152f0eb51805a65806f363b739fd4917c33 100644 (file)
@@ -156,15 +156,15 @@ section aim to get the reader started with both tools. </p>
 
 SUBSECTION(«Virtual Ethernet Interfaces»)
 
-<p> A bridge can accommodate physical devices like <code> eth0 </code>
-as well as virtual devices. On Linux systems the common approach
-to equip virtual machines with network interfaces employs the <em>
-virtual ethernet </em> (veth) device driver. This driver provides
-virtual pairs of devices where each pair represents an ethernet
-tunnel. Ethernet frames received by one end appear on its pair. To
-set up the network interface for a virtual machine, one end of the
-pair is added to a bridge on the host system while the other end
-represents the ethernet device of the virtual machine. </p>
+<p> A bridge can accommodate physical devices as well as virtual
+devices. On Linux systems the common approach to equip virtual machines
+with network interfaces employs the <em>virtual ethernet</em> device
+driver, veth. This driver provides virtual pairs of devices where
+each pair represents an ethernet tunnel. Ethernet frames received
+by one end appear on its peer. To set up the network interface for
+a virtual machine, one end of the pair is added to a bridge on the
+host system while the other end represents the ethernet device of
+the virtual machine. </p>
 
 EXERCISES()
 <ul>