Skip to content

Commit 49ec00a

Browse files
authored
Merge pull request #1238 from prusnak/bip155-yggdrasil
BIP 155: add Yggdrasil
2 parents b151555 + 4fb3cf5 commit 49ec00a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bip-0155.mediawiki

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ The list of reserved network IDs is as follows:
117117
| <code>CJDNS</code>
118118
| 16
119119
| Cjdns overlay network address
120+
|-
121+
| <code>0x07</code>
122+
| <code>YGGDRASIL</code>
123+
| 16
124+
| Yggdrasil overlay network address
120125
|}
121126

122127
Clients are RECOMMENDED to gossip addresses from all known networks even if they are currently not connected to some of them. That could help multi-homed nodes and make it more difficult for an observer to tell which networks a node is connected to.
@@ -184,6 +189,10 @@ I2P addresses MUST be sent with the <code>I2P</code> network ID, with the decode
184189

185190
Cjdns addresses are simply IPv6 addresses in the <code>fc00::/8</code> range<ref>[https://github.com/cjdelisle/cjdns/blob/6e46fa41f5647d6b414612d9d63626b0b952746b/doc/Whitepaper.md#pulling-it-all-together Cjdns whitepaper: Pulling It All Together]</ref>. They MUST be sent with the <code>CJDNS</code> network ID.
186191

192+
==Appendix E: Yggdrasil address encoding==
193+
194+
Yggdrasil addresses are simply IPv6 addresses in the <code>0200::/7</code> range<ref>[https://yggdrasil-network.github.io/faq.html#will-yggdrasil-conflict-with-my-network-routing Yggdrasil FAQ]</ref>. They MUST be sent with the <code>YGGDRASIL</code> network ID.
195+
187196
==References==
188197

189198
<references/>

0 commit comments

Comments
 (0)