mirror of
https://github.com/sileht/bird-lg.git
synced 2025-03-21 11:53:24 +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
|
||||
if _as not in hosts:
|
||||
hop_label = _as
|
||||
if first:
|
||||
hop_label = hop_label + "*"
|
||||
continue
|
||||
else:
|
||||
hop_label = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue