diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-06 20:47:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 20:47:11 +0200 |
commit | 975eaa55f85a2855f5551447c9f120cca8815351 (patch) | |
tree | 14b27a3393002820ef0da4a2c81462c0f929bdf1 /interface-definitions/include/policy/community-clear.xml.i | |
parent | 50f26c54d095420907a1d31168c162ad3c27ee36 (diff) | |
parent | 507f6ac423403b57f375309b483c6ccc1c83ad06 (diff) | |
download | vyos-1x-975eaa55f85a2855f5551447c9f120cca8815351.tar.gz vyos-1x-975eaa55f85a2855f5551447c9f120cca8815351.zip |
Merge pull request #1567 from aapostoliuk/T4660-sagitta
policy: T4660: Changed CLI syntax in route-map set community
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 --> |