diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-02 17:39:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 17:39:26 +0100 |
commit | f888192eec0f6efadf82bfc4f2bd788a64e78375 (patch) | |
tree | 2129cf7444b99ee6445b8885ddf0a6779d7a9ba8 /interface-definitions/include/static-route-distance.xml.i | |
parent | 1b6db7ec490a42022c831ae6b53d5fef6703c141 (diff) | |
parent | 3edaff512227f19ab5108c6175d13be07cd41fc9 (diff) | |
download | vyos-1x-f888192eec0f6efadf82bfc4f2bd788a64e78375.tar.gz vyos-1x-f888192eec0f6efadf82bfc4f2bd788a64e78375.zip |
Merge pull request #715 from sever-sever/T3280
conf-mode: T3280: Add XML for protocols static
Diffstat (limited to 'interface-definitions/include/static-route-distance.xml.i')
-rw-r--r-- | interface-definitions/include/static-route-distance.xml.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/static-route-distance.xml.i b/interface-definitions/include/static-route-distance.xml.i new file mode 100644 index 000000000..d6c0d3d82 --- /dev/null +++ b/interface-definitions/include/static-route-distance.xml.i @@ -0,0 +1,14 @@ +<!-- included start from static-route-distance.xml.i --> +<leafNode name="distance"> + <properties> + <help>Distance for this route</help> + <valueHelp> + <format>u32:1-255</format> + <description>Distance for this route</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-255"/> + </constraint> + </properties> +</leafNode> +<!-- included end --> |