mirror of
https://github.com/sileht/bird-lg.git
synced 2025-02-16 16:40:29 +01:00
Improve graph
This commit is contained in:
parent
1e08b5379e
commit
e64568a40c
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue