From 1f6ecd7e19495422256590122ac48f8e5fbbf676 Mon Sep 17 00:00:00 2001 From: Katerina Kubecova Date: Mon, 16 Dec 2024 11:37:10 +0100 Subject: [PATCH] BGP: Print warnings when the allocated memory is larger than given acceptable maximum. --- doc/bird.sgml | 5 +++++ proto/bgp/attrs.c | 7 +++++++ proto/bgp/bgp.c | 2 ++ proto/bgp/bgp.h | 2 ++ proto/bgp/config.Y | 4 +++- 5 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index f7519b81..09f711a9 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3419,6 +3419,11 @@ 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. + +