Browse Source

bgp: Fix template syntax

Sebastien Badia 8 years ago
parent
commit
c652a02e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/local/bird/bird6/bgp.conf

+ 1 - 1
etc/local/bird/bird6/bgp.conf

@@ -14,7 +14,7 @@ template bgp tpl_bgp {
 #
 # iBGP: Backbone
 #
-template bgp ibgp from tpl_bgp
+template bgp ibgp from tpl_bgp {
 	direct;
 	gateway direct;
 	local as 20766;