From 1950a479c020d1972b6007d8ea0f66e3d4f8564a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 23 Feb 2017 16:32:07 +0100 Subject: [PATCH] BGP: Allow exchanging LOCAL_PREF with eBGP peers Adds option 'allow bgp_local_pref' to override the usual restriction of LOCAL_PREF on eBGP sessions. Thanks to Lennert Buytenhek for the patch. --- doc/bird.sgml | 8 ++++++++ proto/bgp/attrs.c | 20 +++++++++++++++----- proto/bgp/bgp.h | 1 + proto/bgp/config.Y | 1 + 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 11fe2190..dd4472ae 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2043,6 +2043,14 @@ using the following configuration parameters: TX direction. When active, all available routes accepted by the export filter are advertised to the neighbor. Default: off. +