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:
@@ -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}",
|
||||
),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user