summaryrefslogtreecommitdiff
path: root/routers/cisco.php
diff options
context:
space:
mode:
Diffstat (limited to 'routers/cisco.php')
-rw-r--r--routers/cisco.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/cisco.php b/routers/cisco.php
index b7eb01c..304cb56 100644
--- a/routers/cisco.php
+++ b/routers/cisco.php
@@ -42,7 +42,7 @@ final class Cisco extends Router {
$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-Path regular expression like ".*XXXX YYYY.*".');
+ throw new Exception('The parameter is not an AS-Path regular expression.');
}
break;