summaryrefslogtreecommitdiff
path: root/interface-definitions/policy.xml.in
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2023-11-27 13:09:22 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-12-01 07:19:58 +0000
commita4f816a65e26338a7d708a243aa59a991a14c950 (patch)
tree6be7aed679c8baa90219f1c669eac4ffa177571a /interface-definitions/policy.xml.in
parent93038ae22e6e072ffd5c3cdeae49ec7293e5cc1d (diff)
downloadvyos-1x-a4f816a65e26338a7d708a243aa59a991a14c950.tar.gz
vyos-1x-a4f816a65e26338a7d708a243aa59a991a14c950.zip
policy: T4704: Allowed to set metric (MED) to (+/-)rtt
Allowed to set metric (MED) to (+/-)rtt in the route-map. (cherry picked from commit 5d98e806ef4edb4439620eff60215aaf30b5a592)
Diffstat (limited to 'interface-definitions/policy.xml.in')
-rw-r--r--interface-definitions/policy.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in
index c470cfdb3..0d2ed9746 100644
--- a/interface-definitions/policy.xml.in
+++ b/interface-definitions/policy.xml.in
@@ -1446,9 +1446,18 @@
<format>u32:0-4294967295</format>
<description>Metric value</description>
</valueHelp>
+ <valueHelp>
+ <format>&lt;+/-rtt&gt;</format>
+ <description>Add or subtract round trip time</description>
+ </valueHelp>
+ <valueHelp>
+ <format>&lt;rtt&gt;</format>
+ <description>Round trip time</description>
+ </valueHelp>
<constraint>
<validator name="numeric" argument="--relative --"/>
<validator name="numeric" argument="--range 0-4294967295"/>
+ <regex>^[+|-]?rtt$</regex>
</constraint>
</properties>
</leafNode>