diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-04-25 13:56:44 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-04-25 13:56:44 +0200 |
commit | ea62f3ac84d3ae0ec8dce6829e7c7b825d62e01e (patch) | |
tree | bda7a4eb22e1f2f0725e4c81a3bf41d1d3eece82 /content/en/docs | |
parent | 05d1e0e0205aeb7b9bcb17523e1cc0fc502d81ea (diff) | |
download | website-ea62f3ac84d3ae0ec8dce6829e7c7b825d62e01e.tar.gz website-ea62f3ac84d3ae0ec8dce6829e7c7b825d62e01e.zip |
docs: Add missing figure in model documentation
Diffstat (limited to 'content/en/docs')
-rw-r--r-- | content/en/docs/Concepts/ouroboros-model.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/en/docs/Concepts/ouroboros-model.md b/content/en/docs/Concepts/ouroboros-model.md index 3b6cc31..299f758 100644 --- a/content/en/docs/Concepts/ouroboros-model.md +++ b/content/en/docs/Concepts/ouroboros-model.md @@ -59,6 +59,8 @@ has a input the incoming arc, and as output all non-incoming arcs. This is all local information, so packets on a broadcast layer do not need a header at all. +{{<figure width="40%" src="/docs/concepts/model_elements.png">}} + Peering relationships are only allowed between forwarding elements, or between flooding elements, but never between a forwarding element and a flooding element. We call a connected graph consisting of nodes that |