Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-05-21 01:51:24 +00:00
parent cf854dc781
commit 78db4a2c4b

View File

@ -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 }}
];
}