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/cisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/cisco.php') diff --git a/routers/cisco.php b/routers/cisco.php index b7eb01c..304cb56 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -42,7 +42,7 @@ final class Cisco extends Router { $commands[] = 'show bgp ipv4 unicast quote-regexp "'.$parameters.'"'; $commands[] = 'show bgp ipv6 unicast quote-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