diff options
| -rw-r--r-- | contrib/peer2anonet/peer2anonet | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
