changeset 559:2c5cbb7737b6 draft

fixed minor syntax bug for bgp - peer2anonet
author d3v1150m471c <d3v11@d3v1150m471c.ano>
date Thu, 14 Jul 2011 15:48:40 -0500
parents 4c228c7bf0e8
children 715d71f7a556
files contrib/peer2anonet/peer2anonet
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/peer2anonet/peer2anonet	Thu Jul 14 15:18:35 2011 -0500
+++ b/contrib/peer2anonet/peer2anonet	Thu Jul 14 15:48:40 2011 -0500
@@ -54,7 +54,7 @@
 #########################################################################
 # 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;