summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates/bird.conf.j2
blob: 82452a0b6b858c64745ac84a8d9779de38a8362d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# {{ ansible_managed }}

include "/etc/bird/logging.conf";

include "/etc/bird/defines.conf";
router id OWNIP;

include "/etc/bird/common.conf";

{% if uvok_bird_opts.dn42 %}
include "/etc/bird/dn42.conf";
{% endif %}

{% if uvok_bird_opts.clearnet %}
include "/etc/bird/clearnet.conf";
{% endif %}