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/quagga.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/quagga.php') diff --git a/routers/quagga.php b/routers/quagga.php index 642ff4e..2dc7dc2 100644 --- a/routers/quagga.php +++ b/routers/quagga.php @@ -44,7 +44,7 @@ final class Quagga extends Router { $commands[] = $vtysh.'show ip bgp regexp '.$parameters.'"'; $commands[] = $vtysh.'show ipv6 bgp 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; -- cgit v1.2.3