mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Merge pull request #264 from openxbr/main
Fix for IPv6 traceroute for juniper devices
This commit is contained in:
commit
c2142ee76f
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