diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:34:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 07:34:24 +0200 |
commit | 23f7ef7e9e79b1f159c3e874c2237b5b804d9380 (patch) | |
tree | 6b1f1e912830a2b334f82431e92d0360c23533ca /interface-definitions/include/policy/extended-community-value-list.xml.i | |
parent | 14fb822154015dc7944187361153b4fed205730e (diff) | |
parent | 067cc12d0e6e52044df48f6f612cb4db1d4ad80c (diff) | |
download | vyos-1x-23f7ef7e9e79b1f159c3e874c2237b5b804d9380.tar.gz vyos-1x-23f7ef7e9e79b1f159c3e874c2237b5b804d9380.zip |
Merge branch 'current' into radius-rate-limit-comp
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 --> |