From b7b3a55fbd21157c60015b829eb8eff3de564f73 Mon Sep 17 00:00:00 2001 From: Jon-Olov Vatn Date: Thu, 4 Jul 2024 14:11:43 +0200 Subject: [PATCH] Doc: Adding picture to illustrate ethernet auto-neg [skip ci] --- doc/img/ethernet-autoneg.svg | 3 +++ doc/networking.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/img/ethernet-autoneg.svg diff --git a/doc/img/ethernet-autoneg.svg b/doc/img/ethernet-autoneg.svg new file mode 100644 index 00000000..645ca39e --- /dev/null +++ b/doc/img/ethernet-autoneg.svg @@ -0,0 +1,3 @@ + + +
eth
eth
eth
eth
bridge
ip
ip
eth1
eth2
eth3
eth4
Switch
H1
H2
1000-T
100-TX
\ No newline at end of file diff --git a/doc/networking.md b/doc/networking.md index 811fd0f1..638925f5 100644 --- a/doc/networking.md +++ b/doc/networking.md @@ -336,7 +336,7 @@ speed/duplex modes, advertising all speed and duplex modes available. In the example below, the switch would by default auto-negotiate speed 1 Gbit/s on port eth1 and 100 Mbit/s on port eth4. -![4-port Gbit/s switch connected to Gbit and Fast Ethernet Hosts ](img/dataplane.svg) +![4-port Gbit/s switch connected to Gbit and Fast Ethernet Hosts ](img/ethernet-autoneg.svg) The speed and duplex status for the links can be listed as shown below, assuming the operational status is 'up'.