bird: typos

This commit is contained in:
jeltz 2022-12-22 11:00:37 +01:00
parent b9fb9f377f
commit cc82841560
Signed by: jeltz
GPG Key ID: 800882B66C0C3326
1 changed files with 14 additions and 14 deletions

View File

@ -31,7 +31,7 @@ protocol kernel kernel6 {
{% if bird__static_unreachable | ansible.utils.ipv4 %} {% if bird__static_unreachable | ansible.utils.ipv4 %}
protocol static unreachable4 { protocol static unreachable4 {
ipv4 { ipv4 {
export all; import all;
}; };
{% for route in bird__static_unreachable | ansible.utils.ipv4 %} {% for route in bird__static_unreachable | ansible.utils.ipv4 %}
route {{ route }} unreachable; route {{ route }} unreachable;
@ -42,7 +42,7 @@ protocol static unreachable4 {
{% if bird__static_unreachable | ansible.utils.ipv6 %} {% if bird__static_unreachable | ansible.utils.ipv6 %}
protocol static unreachable6 { protocol static unreachable6 {
ipv6 { ipv6 {
export all; import all;
}; };
{% for route in bird__static_unreachable | ansible.utils.ipv6 %} {% for route in bird__static_unreachable | ansible.utils.ipv6 %}
route {{ route }} unreachable; route {{ route }} unreachable;
@ -130,7 +130,7 @@ protocol ospf v3 ospf6 {
| ansible.utils.ipaddr(version=version) | ansible.utils.ipaddr(version=version)
| first | first
%} %}
protocol bgp bgp_{{ session.name }}{{ version }} { protocol bgp bgp{{ version }}_{{ session.name }} {
local {{ local_address }} as {{ session.local.as }}; local {{ local_address }} as {{ session.local.as }};
neighbor {{ remote_address }} as {{ session.remote.as }}; neighbor {{ remote_address }} as {{ session.remote.as }};