diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-12 10:09:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-12 10:14:57 +0100 |
commit | bddabbf696ec8ff638b93c5260aa4823dcc43df3 (patch) | |
tree | 9374260999db229acecbaaf44945b15d9fcd0bfc /interface-definitions/include | |
parent | 1d4c23ca9b62dfa6db6580440b21cd89c5d8f7e8 (diff) | |
download | vyos-1x-bddabbf696ec8ff638b93c5260aa4823dcc43df3.tar.gz vyos-1x-bddabbf696ec8ff638b93c5260aa4823dcc43df3.zip |
bgp: T4069: add "parameters reject-as-sets" CLI option
This command enables rejection of incoming and outgoing routes having AS_SET
or AS_CONFED_SET type.
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/bgp/protocol-common-config.xml.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index 20ac59c5b..82c8e55a0 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1430,6 +1430,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="reject-as-sets"> + <properties> + <help>Reject routes with AS_SET or AS_CONFED_SET flag</help> + <valueless/> + </properties> + </leafNode> #include <include/router-id.xml.i> </children> </node> |