Skip to content
Snippets Groups Projects
Commit 6269488b authored by skorpy's avatar skorpy :construction_worker:
Browse files

bird: new peering next4

parent 6d20cbaa
No related branches found
No related tags found
No related merge requests found
Pipeline #19554 passed
......@@ -13,7 +13,7 @@ def all_peerings(proto):
template = 'from {} '.format(peer['template'])
if 'template' in peerproto:
template = 'from {} '.format(peer['template'])
rule.append('protocol bgp {0} {1}\{'.format(
rule.append('protocol bgp {0} {1}{"{"}'.format(
name.replace('-', '_').lower(), template))
if 'description' in peer:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment