Skip to content

Commit

Permalink
Merge pull request #264 from openxbr/main
Browse files Browse the repository at this point in the history
Fix for IPv6 traceroute for juniper devices
  • Loading branch information
thatmattlove authored Jul 1, 2024
2 parents ec3c55a + e8997b9 commit c2142ee
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 c2142ee

Please sign in to comment.