summaryrefslogtreecommitdiff
path: root/routers/juniper.php
diff options
context:
space:
mode:
Diffstat (limited to 'routers/juniper.php')
-rw-r--r--routers/juniper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/juniper.php b/routers/juniper.php
index 99da240..d80b4f8 100644
--- a/routers/juniper.php
+++ b/routers/juniper.php
@@ -46,7 +46,7 @@ final class Juniper extends Router {
$commands[] = 'show route aspath-regex "'.$parameters.
'" protocol bgp table inet6.0';
} 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;