aboutsummaryrefslogtreecommitdiff
path: root/doc/structure.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/structure.dot')
-rw-r--r--doc/structure.dot7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index 657b91a384..d297254b10 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -14,7 +14,7 @@ splines = true;
fs -> core;
fs -> datastore;
fs -> stream;
- fs -> ats [style=dashed];
+ fs -> ats;
fs -> block [style=dotted,color=blue];
exit -> mesh;
exit -> tun;
@@ -67,8 +67,9 @@ splines = true;
transport -> nat;
transport -> fragmentation;
dv [style=dashed,shape=egg,layer=core];
- dv -> transport [style=dashed,color=blue];
- dv -> core [style=dashed];
+ dv -> transport [color=blue];
+ dv -> core;
+ fs -> ats;
dv -> consensus;
consensus -> dv [style=invis]; // force dv below consensus
consensus -> mesh;