From e64568a40c5ba7134780714660177fae3ab6bdf8 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 30 May 2012 09:28:07 +0200 Subject: [PATCH] Improve graph --- lg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lg.py b/lg.py index 24c30f4..466811d 100755 --- a/lg.py +++ b/lg.py @@ -406,6 +406,8 @@ def show_bgpmap(): hop = True if _as not in hosts: hop_label = _as + if first: + hop_label = hop_label + "*" continue else: hop_label = ""