From c1f4786ae0278596c8c90fc824e266b1b06e8b73 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 5 Jan 2025 10:59:16 +0100 Subject: Push scan time --- roles/uvok_bird/files/common.conf | 2 +- roles/uvok_bird/templates/clearnet.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/uvok_bird') 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 { -- cgit v1.2.3