From 7ac5011098f3c717f14c8059754a9b654798db85 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 13 Dec 2014 13:10:32 +0100 Subject: Not sure why I removed 'ipv6'. --- routers/cisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/cisco.php b/routers/cisco.php index cc5b05d..26fdde5 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -57,7 +57,7 @@ final class Cisco extends Router { if (match_ipv4($destination)) { $traceroute = 'traceroute ip '.$fqdn; } else if (match_ipv6($destination)) { - $traceroute = 'traceroute '.$fqdn; + $traceroute = 'traceroute ipv6 '.$fqdn; } else { throw new Exception('The parameter does not resolve to an IPv4/IPv6 address.'); } -- cgit v1.2.3