Update bird.conf.tmpl
This commit is contained in:
parent
21f3440522
commit
54ca89135b
@ -151,7 +151,7 @@ protocol static {
|
|||||||
route ${network_address}/${global_prefix:-16} unreachable;
|
route ${network_address}/${global_prefix:-16} unreachable;
|
||||||
|
|
||||||
# Announced networks
|
# 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 }}
|
{{ end }}{{ end }}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user