diff options
author | Cheeze_It <none@none.com> | 2022-10-13 20:33:28 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2022-10-13 20:33:28 -0700 |
commit | 57dd8a257052bbfa76447ddf83ef2f7e5efa2744 (patch) | |
tree | 3acc2a5ed8ff23fb5100277cf4c073ae8a207b3c /interface-definitions/include/segment-routing-label-value.xml.i | |
parent | 02f2535dda08c6e19ba2e1fdb750f1e298b45add (diff) | |
download | vyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.tar.gz vyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.zip |
T4739: ISIS segment routing being refactored
Diffstat (limited to 'interface-definitions/include/segment-routing-label-value.xml.i')
-rw-r--r-- | interface-definitions/include/segment-routing-label-value.xml.i | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/interface-definitions/include/segment-routing-label-value.xml.i b/interface-definitions/include/segment-routing-label-value.xml.i new file mode 100644 index 000000000..05e1edd78 --- /dev/null +++ b/interface-definitions/include/segment-routing-label-value.xml.i @@ -0,0 +1,26 @@ +<!-- include start from segment-routing-label-value.xml.i --> +<leafNode name="low-label-value"> + <properties> + <help>MPLS label lower bound</help> + <valueHelp> + <format>u32:16-1048575</format> + <description>Label value (recommended minimum value: 300)</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 16-1048575"/> + </constraint> + </properties> +</leafNode> +<leafNode name="high-label-value"> + <properties> + <help>MPLS label upper bound</help> + <valueHelp> + <format>u32:16-1048575</format> + <description>Label value</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 16-1048575"/> + </constraint> + </properties> +</leafNode> +<!-- include end --> |