diff options
author | rbauduin <rbauduin@users.noreply.github.com> | 2019-11-14 08:27:14 +0100 |
---|---|---|
committer | Raphael Bauduin <rb@raphinou.com> | 2019-12-01 19:43:26 +0100 |
commit | a690202f5ea35bf847d7ff88db0386d75a6709c9 (patch) | |
tree | 66e5f8cf502362a8e6c41912d5f83c3a7fae0b9d /doc/user/routemap.rst | |
parent | Merge pull request #5309 from donaldsharp/install_nhg_kernel (diff) | |
download | frr-a690202f5ea35bf847d7ff88db0386d75a6709c9.tar.xz frr-a690202f5ea35bf847d7ff88db0386d75a6709c9.zip |
doc: mention allow-outbound-policy for route reflectors
Signed-off-by: Raphael Bauduin <rb@raphinou.com>
Diffstat (limited to 'doc/user/routemap.rst')
-rw-r--r-- | doc/user/routemap.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 5c2b41b63..435639c29 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -7,6 +7,9 @@ Route Maps Route maps provide a means to both filter and/or apply actions to route, hence allowing policy to be applied to routes. +For a route reflector to apply a ``route-map`` to reflected routes, be sure to +include ``bgp route-reflector allow-outbound-policy`` in ``router bgp`` mode. + Route maps are an ordered list of route map entries. Each entry may specify up to four distinct sets of clauses: |