From d0510f1a3582b1cee78d7893d1d61b1dceb3f325 Mon Sep 17 00:00:00 2001 From: Romain Boissat rboissat Date: Mon, 4 Aug 2014 23:52:45 +0200 Subject: adding Quagga support and fixing Cisco commands --- 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 d1b65b2..bebec78 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -48,8 +48,8 @@ final class Cisco extends Router { case 'as': if (match_as($parameters)) { - $commands[] = 'show bgp ipv4 unicast quote-regexp "^'.$parameters.'$"'; - $commands[] = 'show bgp ipv6 unicast quote-regexp "^'.$parameters.'$"'; + $commands[] = 'show bgp ipv4 unicast quote-regexp "^'.$parameters.'_"'; + $commands[] = 'show bgp ipv6 unicast quote-regexp "^'.$parameters.'_"'; } else { throw new Exception('The parameter is not an AS number.'); } -- cgit v1.2.3