diff --git a/bird/bird.conf.tmpl b/bird/bird.conf.tmpl index 5561317..79a4b7b 100644 --- a/bird/bird.conf.tmpl +++ b/bird/bird.conf.tmpl @@ -43,7 +43,7 @@ function is_lixonet_router() function is_own_route() { return net ~ [ - {{ if len "${routes:-}" }}{{ range "$routes" | split "," }}{{.}}+;{{ end }}{{ end }} + {{ if len "${routes:-}" }}{{ range "$routes" | split "," }}{{.}}+, {{ end }}{{ end }} ]; }