1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update juniper.py

Fix error "traceroute: wait must be >1 sec"
This commit is contained in:
horsitis
2021-03-17 11:50:50 +02:00
committed by GitHub
parent 571d236871
commit 8a7077052a

View File

@@ -74,7 +74,7 @@ _structured = CommandGroup(
bgp_aspath='show route protocol bgp table {vrf}.inet6.0 aspath-regex "{target}" detail | display xml',
bgp_community="show route protocol bgp table {vrf}.inet6.0 community {target} detail | display xml",
ping="ping inet6 routing-instance {vrf} {target} count 5 source {source}",
traceroute="traceroute inet6 routing-instance {vrf} {target} wait 1 source {source}",
traceroute="traceroute inet6 routing-instance {vrf} {target} wait 2 source {source}",
),
)