Skip to content

Commit

Permalink
Fix for IPv6 traceroute for juniper devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Ornelas authored and Renato Ornelas committed Jun 19, 2024
1 parent bbba295 commit e8997b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperglass/defaults/directives/juniper.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
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"),
Expand Down

0 comments on commit e8997b9

Please sign in to comment.