Parcourir la source

bgp: Fix template syntax

Sebastien Badia il y a 8 ans
Parent
commit
c652a02e4d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;