diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2022-09-01 16:39:46 +0300 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2022-10-03 13:38:56 +0300 |
commit | 507f6ac423403b57f375309b483c6ccc1c83ad06 (patch) | |
tree | c05eed02f6b86313c90f4d0c3f574e49ee00ea2d /interface-definitions/include/policy/community-clear.xml.i | |
parent | daceea11d9666b554a3ccc86d28e533a9b7a6a89 (diff) | |
download | vyos-1x-507f6ac423403b57f375309b483c6ccc1c83ad06.tar.gz vyos-1x-507f6ac423403b57f375309b483c6ccc1c83ad06.zip |
policy: T4660: Changed CLI syntax in route-map set community
Changed CLI syntax in route-map set community,
set large-community, set extcommunity
Allows to add multiple communities, large-communities
and extcommunities in clear view.
Added new well-known communities.
Added non-transitive feature in extcommunities.
Fixed community's validators.
Diffstat (limited to 'interface-definitions/include/policy/community-clear.xml.i')
-rw-r--r-- | interface-definitions/include/policy/community-clear.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/policy/community-clear.xml.i b/interface-definitions/include/policy/community-clear.xml.i new file mode 100644 index 000000000..0fd57cdf0 --- /dev/null +++ b/interface-definitions/include/policy/community-clear.xml.i @@ -0,0 +1,8 @@ +<!-- include start from policy/community-clear.xml.i --> +<leafNode name="none"> + <properties> + <help>Completely remove communities attribute from a prefix</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |