From 4e379bde60172823452cf96e9c0b6b1737c490f0 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Sun, 19 Feb 2017 12:02:39 +0100 Subject: BGP: Update RFC references --- proto/bgp/attrs.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'proto/bgp/attrs.c') diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 9d23374a..2b0a92dc 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -51,10 +51,9 @@ * implementations that pass invalid AS_CONFED_* segments are * widespread. * - * Error handling of AS4_* attributes is done as specified by - * draft-ietf-idr-rfc4893bis-03. There are several possible - * inconsistencies between AGGREGATOR and AS4_AGGREGATOR that are not - * handled by that draft, these are logged and ignored (see + * Error handling of AS4_* attributes is done as specified by RFC 6793. There + * are several possible inconsistencies between AGGREGATOR and AS4_AGGREGATOR + * that are not handled by that RFC, these are logged and ignored (see * bgp_reconstruct_4b_attrs()). */ -- cgit v1.2.3 From 1950a479c020d1972b6007d8ea0f66e3d4f8564a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 23 Feb 2017 16:32:07 +0100 Subject: 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(-) (limited to 'proto/bgp/attrs.c') 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. +