' to generate SVG run plantuml -tsvg gnrc_ipv6_auto_subnets-flow.puml @startuml skinparam sequence { LifeLineBorderColor #275a4b LifeLineBorderThickness 2 } participant "**A**\n2e:a3:9e:a9:68:23" as A participant "**B**\n2e:a3:9e:a9:68:42" as B participant "**C**\n2e:a3:9e:a9:68:f6" as C note across: Address of **A** < Address of **B** < Address of **C** note over A: index: 0\nlocal subnets: 2 / note over C: index: 0\nlocal subnets: 1 / note over B: index: 0\nlocal subnets: 1 A -> C: I want to create **2** local subnets A -> B: I want to create **2** local subnets note over C: index: **2**\ntotal subnets: **3** / note over B: index: **2**\ntotal subnets: **3** C -> A: I want to create **1** local subnet C -> B: I want to create **1** local subnet note over A: index: 0\ntotal subnets: **3** / note over B: index: 2\ntotal subnets: **4** B -> C: I want to create **1** local subnet B -> A: I want to create **1** local subnet note over A: index: 0 local: 2\ntotal subnets: **4** / note over C: index: **3** local: 1\ntotal subnets: **4** / note over B: index: 2 local: 1\ntotal subnets: 4 @enduml