# HG changeset patch # User d3v1150m471c # Date 1310676520 18000 # Node ID 2c5cbb7737b66a0d241fb4866904baa03486306a # Parent 4c228c7bf0e82d4fe98028660a95e1128202e369 fixed minor syntax bug for bgp - peer2anonet diff -r 4c228c7bf0e8 -r 2c5cbb7737b6 contrib/peer2anonet/peer2anonet --- 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;