summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates/bird.conf.j2
blob: dc451832c7de3c9aeb1135ec7253d8cc08146c9d (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 -%}