diff options
author | d3v1150m471c <d3v11@d3v1150m471c.ano> | 2011-07-14 15:48:40 -0500 |
---|---|---|
committer | d3v1150m471c <d3v11@d3v1150m471c.ano> | 2011-07-14 15:48:40 -0500 |
commit | f33a674a40494a2ea657ce78fe2f6f0a543ab95e (patch) | |
tree | f442a49292e92fbe44e76a57f1aa1dad2889fe37 /contrib | |
parent | 313ef2ef7e015ff462c062ee559a86b1a478e9a0 (diff) | |
download | resdb-f33a674a40494a2ea657ce78fe2f6f0a543ab95e.tar.gz resdb-f33a674a40494a2ea657ce78fe2f6f0a543ab95e.zip |
fixed minor syntax bug for bgp - peer2anonet
Diffstat (limited to 'contrib')
-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; |