summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-12-04 03:29:09 +0100
committerGitHub <noreply@github.com>2019-12-04 03:29:09 +0100
commit2d3c8c29572b925954aa929a385a8e42d182da3a (patch)
tree3bac9294d67429bec6a5a5f9efece0591afd821e /doc
parentMerge pull request #5442 from opensourcerouting/mpls-label-stacks (diff)
parenttests: Add a test case for `bgp reject-as-sets` (diff)
downloadfrr-2d3c8c29572b925954aa929a385a8e42d182da3a.tar.xz
frr-2d3c8c29572b925954aa929a385a8e42d182da3a.zip
Merge pull request #5305 from ton31337/feature/draft-ietf-idr-deprecate-as-set-confed-set
bgpd: Reject incoming and outgoing UPDATES for AS_SET and AS_CONFED_SET
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 0741b1d61..de75c12e6 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -416,6 +416,14 @@ Require policy on EBGP
This command requires incoming and outgoing filters to be applied for eBGP sessions. Without the incoming filter, no routes will be accepted. Without the outgoing filter, no routes will be announced.
+Reject routes with AS_SET or AS_CONFED_SET types
+-------------------------------
+
+.. index:: [no] bgp reject-as-sets
+.. clicmd:: [no] bgp reject-as-sets
+
+ This command enables rejection of incoming and outgoing routes having AS_SET or AS_CONFED_SET type.
+
.. _bgp-route-flap-dampening:
Route Flap Dampening