Skip to content

Commit

Permalink
doc: relocate .svg to doc/img/ and mention loopback in overview
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Sep 21, 2023
1 parent 933330c commit 1b272e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes
File renamed without changes
5 changes: 3 additions & 2 deletions doc/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Interface LEGO®

![Linux Networking Blocks](lego.svg)
![Linux Networking Blocks](img/lego.svg)

| **Type** | **Yang Model** | **Description** |
|----------|-------------------|---------------------------------------------------------------|
| bridge | infix-if-bridge | SW implementation of an IEEE 802.1Q bridge |
| 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 |

Expand All @@ -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
Expand Down

0 comments on commit 1b272e9

Please sign in to comment.