Update bird/bird.conf.tmpl
This commit is contained in:
parent
cf854dc781
commit
78db4a2c4b
@ -43,7 +43,7 @@ function is_lixonet_router()
|
|||||||
function is_own_route()
|
function is_own_route()
|
||||||
{
|
{
|
||||||
return net ~ [
|
return net ~ [
|
||||||
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}{{.}}+;{{ end }}{{ end }}
|
{{ if len "${routes:-}" }}{{ range "$routes" | split "," }}{{.}}+, {{ end }}{{ end }}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user