Update bird.conf.tmpl

This commit is contained in:
Manevolent 2023-04-13 13:08:33 -06:00 committed by GitHub
parent 21f3440522
commit 54ca89135b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ protocol static {
route ${network_address}/${global_prefix:-16} unreachable;
# Announced networks
{{ if len "${bgp_routes:-}" }}{{ range "$bgp_routes" | split "," }}route {{.}} via ${internal_gateway:-"lo"};
{{ if len "${bgp_routes:-}" }}{{ range "$bgp_routes" | split "," }}route {{.}} via ${internal_gateway:-\"lo\"};
{{ end }}{{ end }}
};