Merge pull request #264 from openxbr/main

Fix for IPv6 traceroute for juniper devices
This commit is contained in:
Matt Love 2024-07-01 00:06:15 -04:00 committed by GitHub
commit c2142ee76f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),