summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/files/common.conf
blob: 61917bdce8581691e3648dbe8375e0eaf6c69ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# managed by Ansible

function honor_graceful_shutdown() {
    if (65535, 0) ~ bgp_community then {
        bgp_local_pref = 0;
    }
}

# The Device protocol is not a real routing protocol. It does not generate any
# routes and it only serves as a module for getting information about network
# interfaces from the kernel. It is necessary in almost any configuration.
protocol device {
    scan time 10;
}