From dc139fb6438f0864e83a9dc71e7c212c5acaf3ef Mon Sep 17 00:00:00 2001 From: Jakub Ružička Date: Thu, 13 Apr 2023 20:06:55 +0200 Subject: Increase tests timeout Tests may take longer than 5 s to complete on slow/virtual machines. --- test/birdtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/birdtest.h b/test/birdtest.h index ad5f8f9c..cfeebb98 100644 --- a/test/birdtest.h +++ b/test/birdtest.h @@ -40,7 +40,7 @@ static inline u64 bt_random(void) void bt_log_suite_result(int result, const char *fmt, ...); void bt_log_suite_case_result(int result, const char *fmt, ...); -#define BT_TIMEOUT 5 /* Default timeout in seconds */ +#define BT_TIMEOUT 60 /* Default timeout in seconds */ #define BT_FORKING 1 /* Forking is enabled in default */ #define BT_RANDOM_SEED 0x5097d2bb -- cgit v1.2.3 From 9e44ace3928a19560058dc713fcbff3a8bad3b3c Mon Sep 17 00:00:00 2001 From: Trisha Biswas Date: Fri, 14 Apr 2023 04:28:37 +0200 Subject: BGP: Add 'allow bgp_med' option for EBGP sessions This option allows to treat bgp_med as regular transitive attribute on EBGP sessions (without hacks in filters). Minor changes from committer. --- doc/bird.sgml | 15 +++++++++++---- proto/bgp/attrs.c | 2 +- proto/bgp/bgp.h | 1 + proto/bgp/config.Y | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index f75fa9fe..557140b8 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2625,12 +2625,19 @@ using the following configuration parameters: keeps MED attribute). Default: disabled.