summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/files/common.conf
blob: 4a1015b1fe4cef3ca0ce26203304cbde1d8bf70a (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 60;
}