add mermaid graph

This commit is contained in:
ventilaar 2023-03-31 00:03:35 +02:00
parent e42d16c2c0
commit 824885138e
1 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
# dn42
Files related to the DN42 project I'm contributing to. Mostly router configs and automated scripts. At some point it should be fully automated using Ansible.
This is a testing graph using Mermaid, it's ugly as heck but it's nicely customizable in text. It may not be accurate yet.
```mermaid
flowchart LR
subgraph backbone
atl04 --- sin05
ams01 --- atl04
sin05 --- ams01
end
subgraph europe
ams01 --- ams02
ams01 --- ngw00
ams01 --- los03
end
subgraph america
atl04 --- none0
end
subgraph asia
sin05 --- none1
end
```