diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-09-03 11:19:56 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-09-03 11:19:56 +0200 |
commit | 0512ffb7f70f85223a71ffd539b74459793178af (patch) | |
tree | 9c97d86b9b3f4ba908f2f217c70a777dbb03b5a5 /routers/bird.php | |
parent | d9fcd2d238eaf8ab61de5c8a1ef5ad6fbd5d1778 (diff) |
Add config to disallow the use of private and reserved IP ranges.
Diffstat (limited to 'routers/bird.php')
-rw-r--r-- | routers/bird.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/bird.php b/routers/bird.php index a9fec59..25d7544 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -47,7 +47,7 @@ final class Bird extends Router { $commands[] = $birdc6.' \'show route where bgp_path ~ [= '. $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; |