summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:41 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:40:41 +0200
commit8bd9d9483f2c1b6110d5d48c8b9fe167bd9d08be (patch)
tree42692d0633c77c7d40a602fbb806bc3be55ba8a3 /doc
parentbgpd: bgpd-routemap-match-localpref.patch (diff)
downloadfrr-8bd9d9483f2c1b6110d5d48c8b9fe167bd9d08be.tar.xz
frr-8bd9d9483f2c1b6110d5d48c8b9fe167bd9d08be.zip
bgpd: bgpd-ibgp-policy-out-allow-mods.patch
BGPd: Allow route-map policy modifications to also affect route reflectors. By default, attribute modification via route-map policy out is ignored on reflected routes. This patch provides an option to allow this modification to occur. Once enabled, it affects all reflected routes. Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bgpd.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi
index 5dd4ed616..e0eb97125 100644
--- a/doc/bgpd.texi
+++ b/doc/bgpd.texi
@@ -430,6 +430,12 @@ Apply a route-map on the neighbor. @var{direct} must be @code{in} or
@code{out}.
@end deffn
+@deffn {BGP} {bgp route-reflector allow-outbound-policy} {}
+By default, attribute modification via route-map policy out is not reflected
+on reflected routes. This option allows the modifications to be reflected as
+well. Once enabled, it affects all reflected routes.
+@end deffn
+
@c -----------------------------------------------------------------------
@node BGP Peer Group
@section BGP Peer Group