From 2de01c4cea4fbb9a5278350788d37df836305874 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 5 Aug 2014 01:55:30 +0200 Subject: I need some sleep :| --- routers/cisco.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routers/cisco.php') diff --git a/routers/cisco.php b/routers/cisco.php index 44fc7ee..fa010e1 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -28,9 +28,9 @@ final class Cisco extends Router { switch ($command) { case 'bgp': - if (match_ipv4($parameters), false) { + if (match_ipv4($parameters, false)) { $commands[] = 'show bgp ipv4 unicast '.$parameters; - } else if (match_ipv6($parameters), false) { + } else if (match_ipv6($parameters, false)) { $commands[] = 'show bgp ipv6 unicast '.$parameters; } else { throw new Exception('The parameter is not an IPv4/IPv6 address.'); -- cgit v1.2.3