diff options
Diffstat (limited to 'roles/uvok_bird')
-rw-r--r-- | roles/uvok_bird/files/common.conf | 2 | ||||
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/uvok_bird/files/common.conf b/roles/uvok_bird/files/common.conf index 61917bd..4a1015b 100644 --- a/roles/uvok_bird/files/common.conf +++ b/roles/uvok_bird/files/common.conf @@ -10,5 +10,5 @@ function honor_graceful_shutdown() { # 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; + scan time 60; } diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2 index bfb6eb2..41cbd2b 100644 --- a/roles/uvok_bird/templates/clearnet.conf.j2 +++ b/roles/uvok_bird/templates/clearnet.conf.j2 @@ -165,7 +165,7 @@ protocol pipe { # BGP *internal* table protocol kernel p_myas_i { -# scan time 20; + scan time 60; kernel table 150; ipv6 { |