Skip to content

Commit c2142ee

Browse files
authored
Merge pull request #264 from openxbr/main
Fix for IPv6 traceroute for juniper devices
2 parents ec3c55a + e8997b9 commit c2142ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperglass/defaults/directives/juniper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
RuleWithIPv6(
112112
condition="::/0",
113113
action="permit",
114-
command="traceroute inet6 {target} wait 1 source {source6}",
114+
command="traceroute inet6 {target} wait 2 source {source6}",
115115
),
116116
],
117117
field=Text(description="IP Address, Prefix, or Hostname"),

0 commit comments

Comments
 (0)