aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-07-04 17:21:11 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-07-04 17:21:11 +0200
commit6663a9318c03ecf8953a3629461e6cf63a737c15 (patch)
tree5dbf97ee42630a29663c48dcbb9e7ffe1a404204
parent94290c8dd779df3dd3870fa14a1e124d76785386 (diff)
downloadwebsite-6663a9318c03ecf8953a3629461e6cf63a737c15.tar.gz
website-6663a9318c03ecf8953a3629461e6cf63a737c15.zip
concepts: Add footnote on paths between areas
-rw-r--r--content/en/docs/Concepts/ouroboros-model.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/content/en/docs/Concepts/ouroboros-model.md b/content/en/docs/Concepts/ouroboros-model.md
index 3a45f16..50da266 100644
--- a/content/en/docs/Concepts/ouroboros-model.md
+++ b/content/en/docs/Concepts/ouroboros-model.md
@@ -478,7 +478,7 @@ ASs is not the most optimal for the layout of the Internet. Decoupling
the network addressing within an AS from the addressing and structure
of an overlaying unicast layer, and how to disseminate routes in that
overlay unicast layer is an interesting topic that mandates more
-study.
+study[^13].
[UNDER CONSTRUCTION]
@@ -578,4 +578,10 @@ study.
ill-designed command line interface seen this side of 1974.
[^12]:Drawing this in a full network example is way beyond my artistic
- skill \ No newline at end of file
+ skill.
+
+[^13]:There is a serious error in the paper that states that this
+ routing information can be marked with a single bit. This is
+ only true in the limited case that there is only one "gateway"
+ node in the routing area. In the general case, path information
+ will be needed to determine which gateway to use. \ No newline at end of file