From 1b272e994b263994389ae8965590ed3bbf71c84a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 21 Sep 2023 16:52:04 +0200 Subject: [PATCH] doc: relocate .svg to doc/img/ and mention loopback in overview [skip ci] Signed-off-by: Joachim Wiberg --- doc/{ => img}/dataplane.svg | 0 doc/{ => img}/lego.svg | 0 doc/networking.md | 5 +++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename doc/{ => img}/dataplane.svg (100%) rename doc/{ => img}/lego.svg (100%) diff --git a/doc/dataplane.svg b/doc/img/dataplane.svg similarity index 100% rename from doc/dataplane.svg rename to doc/img/dataplane.svg diff --git a/doc/lego.svg b/doc/img/lego.svg similarity index 100% rename from doc/lego.svg rename to doc/img/lego.svg diff --git a/doc/networking.md b/doc/networking.md index 4d0af41b..2d17a191 100644 --- a/doc/networking.md +++ b/doc/networking.md @@ -2,7 +2,7 @@ ## Interface LEGO® -![Linux Networking Blocks](lego.svg) +![Linux Networking Blocks](img/lego.svg) | **Type** | **Yang Model** | **Description** | |----------|-------------------|---------------------------------------------------------------| @@ -10,6 +10,7 @@ | ip | ietf-ip, infix-ip | IP address to the subordinate interface | | vlan | ietf-vlan-encap | Capture all traffic belonging to a specific 802.1Q VID | | lag[^1] | infix-if-lag | Bonds multiple interfaces into one, creating a link aggregate | +| lo | ietf-interfaces | Software loopback interface | | eth | ietf-interfaces | Physical Ethernet device/port | | veth | infix-if-veth | Virtual Ethernet pair, typically one end is in a container | @@ -21,7 +22,7 @@ The blocks you choose, and how you connect them, defines your dataplane. Here we see an example of how to bridge a virtual port with a physical LAN. -![Example of a 4-port switch with a link aggregate and a VETH pair to a container](dataplane.svg) +![Example of a 4-port switch with a link aggregate and a VETH pair to a container](img/dataplane.svg) Depending on the (optional) VLAN filtering of the bridge, the container may have full or limited connectivity with outside ports, as well as the