diff options
Diffstat (limited to 'doc/ucis.ano/bgp_graph')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php index 5fb9cfb..b23babd 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -35,7 +35,7 @@ foreach ($nodes as $node => $links) { print("graph BGP_nodes {\n"); foreach ($nodelist as $node => $name) - print "\t".$node.' [label="'.$name.'"]'."\n"; + print "\t".$node.' [label="'.$name.'"];'."\n"; foreach ($nodes as $node => $links) { foreach ($links as $link => $dummy) { |