Improve graph
This commit is contained in:
parent
1e08b5379e
commit
e64568a40c
2
lg.py
2
lg.py
@ -406,6 +406,8 @@ def show_bgpmap():
|
|||||||
hop = True
|
hop = True
|
||||||
if _as not in hosts:
|
if _as not in hosts:
|
||||||
hop_label = _as
|
hop_label = _as
|
||||||
|
if first:
|
||||||
|
hop_label = hop_label + "*"
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
hop_label = ""
|
hop_label = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user