From 9e44ace3928a19560058dc713fcbff3a8bad3b3c Mon Sep 17 00:00:00 2001 From: Trisha Biswas Date: Fri, 14 Apr 2023 04:28:37 +0200 Subject: [PATCH] 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.