diff options
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 3 |
1 files changed, 3 insertions, 0 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 e0ed547..c174545 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -30,6 +30,9 @@ function static_nodename ($node) { switch ($node) { function nodenickname ($node) { switch ($node) { case '64731': return 'SRN'; case '64766': return 'UFO'; + case '64768': return 'yang'; + case '64738': return 'welterde'; + case '64827': return 'deelkar'; }; return NULL; }; function nodename ($node) { |