summaryrefslogtreecommitdiff
path: root/routers/juniper.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-09-03 11:19:56 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-09-03 11:19:56 +0200
commit0512ffb7f70f85223a71ffd539b74459793178af (patch)
tree9c97d86b9b3f4ba908f2f217c70a777dbb03b5a5 /routers/juniper.php
parentd9fcd2d238eaf8ab61de5c8a1ef5ad6fbd5d1778 (diff)
Add config to disallow the use of private and reserved IP ranges.
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;