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/extended-community-value-list.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/extended-community-value-list.xml.i')
-rw-r--r-- | interface-definitions/include/policy/extended-community-value-list.xml.i | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/interface-definitions/include/policy/extended-community-value-list.xml.i b/interface-definitions/include/policy/extended-community-value-list.xml.i new file mode 100644 index 000000000..c79f78c67 --- /dev/null +++ b/interface-definitions/include/policy/extended-community-value-list.xml.i @@ -0,0 +1,15 @@ +<!-- include start from policy/community-value-list.xml.i --> +<valueHelp> + <format>ASN:NN</format> + <description>based on autonomous system number in format <0-65535:0-4294967295></description> +</valueHelp> +<valueHelp> + <format>IP:NN</format> + <description>Based on a router-id IP address in format <IP:0-65535></description> +</valueHelp> +<constraint> + <validator name="bgp-extended-community"/> +</constraint> +<constraintErrorMessage>Should be in form: ASN:NN or IPADDR:NN where ASN is autonomous system number</constraintErrorMessage> +<multi/> + <!-- include end --> |