File: lanmap.dot

package info (click to toggle)
lanmap 0.1%2Bsvn20060307-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,104 kB
  • ctags: 2,031
  • sloc: ansic: 11,677; sh: 2,935; makefile: 100
file content (16 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
graph G {
/* settings ... */
/* size="20,20"; */
graph [ truecolor ];
splines=true;
overlap=false;
ratio=auto;
rankdir="BT";
/* margin=0.7; */
node [regular=0,fontsize=8,fontname=arial,color=white];
edge [fontsize=8,fontname=arial,color=lightgray];
/* node definition... */
"Outside" [style=solid,height=0.7,color=white,fontsize=12,shapefile="/usr/share/lanmap//graph/img/cloud.png"];
/* mac traffic... */
/* external traffic... */
}