forked from mirrors/thatmattlove-hyperglass
Fix for IPv6 traceroute for juniper devices
This commit is contained in:
parent
bbba29546c
commit
e8997b981c
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ JuniperTraceroute = BuiltinDirective(
|
|||
RuleWithIPv6(
|
||||
condition="::/0",
|
||||
action="permit",
|
||||
command="traceroute inet6 {target} wait 1 source {source6}",
|
||||
command="traceroute inet6 {target} wait 2 source {source6}",
|
||||
),
|
||||
],
|
||||
field=Text(description="IP Address, Prefix, or Hostname"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue