From f33a674a40494a2ea657ce78fe2f6f0a543ab95e Mon Sep 17 00:00:00 2001 From: d3v1150m471c Date: Thu, 14 Jul 2011 15:48:40 -0500 Subject: fixed minor syntax bug for bgp - peer2anonet --- contrib/peer2anonet/peer2anonet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet index 10709b1..e01c8ad 100644 --- a/contrib/peer2anonet/peer2anonet +++ b/contrib/peer2anonet/peer2anonet @@ -54,7 +54,7 @@ REM_PORT="2$(($P2A_ASN % 10000))" ######################################################################### # We need to check if base files need to be imported to services for bird: NEW_PROTOCOL=" -protocol bgp $PEERNAME'_bgp' { table AnoNet_routes; +protocol bgp $PEERNAME\_bgp { table AnoNet_routes; local as $P2A_ASN; neighbor $PEERIP as $PEERASN; source address $P2A_IP; -- cgit v1.2.3