forked from mirrors/thatmattlove-hyperglass
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(
|
RuleWithIPv6(
|
||||||
condition="::/0",
|
condition="::/0",
|
||||||
action="permit",
|
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"),
|
field=Text(description="IP Address, Prefix, or Hostname"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue