From 0512ffb7f70f85223a71ffd539b74459793178af Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 3 Sep 2014 11:19:56 +0200 Subject: Add config to disallow the use of private and reserved IP ranges. --- routers/bird.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/bird.php') 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; -- cgit v1.2.3