From 778c0f4421f41a60069c5725f598633441ab69c9 Mon Sep 17 00:00:00 2001 From: sump pump Date: Thu, 21 May 2020 01:57:21 +0000 Subject: [PATCH] Update bird/bird.conf.tmpl --- bird/bird.conf.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 54a2518..54e68c4 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -83,7 +83,8 @@ protocol static { }; # Announced networks - {{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} reject;{{ end }}{{ end }} + {{ if len "${routes:-}" }}{{ range "$routes" | split "," }}route {{.}} reject; + {{ end }}{{ end }} }; # Device