From e193b4c5ff2e9b554826aef5d715cb70dd7253c9 Mon Sep 17 00:00:00 2001 From: Katerina Kubecova Date: Mon, 16 Dec 2024 11:37:10 +0100 Subject: [PATCH] bgp/attrs: Protocols print warnings when the size of memory they allocated is big at least as given acceptable maximum. --- doc/bird.sgml | 4 ++++ proto/bgp/attrs.c | 7 +++++++ proto/bgp/bgp.c | 2 ++ proto/bgp/bgp.h | 2 ++ proto/bgp/config.Y | 4 +++- 5 files changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index f7519b81..9d928487 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3419,6 +3419,10 @@ using the following configuration parameters: otherwise the session will not be established. This behavior is defined in as "strict mode" and is used to enforce corresponding configuration at your conterpart side. Default: disabled. + +