Skip to content

Commit

Permalink
fixup! gnrc/ipv6_auto_subnets: document subnet generation better
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Aug 10, 2022
1 parent b0b1b00 commit 0c70b86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* routing node on each level of the network but an arbitrary number of leaf nodes and
* downstream interfaces.
*
* !['Skinny Tree' Example Topology](gnrc_ipv6_auto_subnets_simple.svg)
* ![Example Topology with only one router on each level](gnrc_ipv6_auto_subnets_simple.svg)
*
* If there are multiple routing nodes on the same link, coordination between the
* routers is required.
Expand All @@ -37,7 +37,7 @@
* The layer 2 address of the sender then determines the order in which the prefixes
* are assigned.
*
* ![Example Topology](gnrc_ipv6_auto_subnets.svg)
* ![Example Topology with multiple routers](gnrc_ipv6_auto_subnets.svg)
*
* The downstream network(s) receive the sub-prefix via Router Advertisements
* and the process repeats until the bits of the prefix are exhausted.
Expand Down

0 comments on commit 0c70b86

Please sign in to comment.