diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-07 07:36:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 07:36:19 +0200 |
commit | 203d60217e7b03818c214b0da89962c9a111a1c0 (patch) | |
tree | 7cff9c5b082cdf37f4eb9ed6d58a4907a05bb33f /interface-definitions/include/ospf/high-low-label-value.xml.i | |
parent | 4608001b073f10310b8753c4d7d850af3ec001fb (diff) | |
parent | b6e690f0f72e5ecba0fc9be1c16caf2788e6b29e (diff) | |
download | vyos-1x-203d60217e7b03818c214b0da89962c9a111a1c0.tar.gz vyos-1x-203d60217e7b03818c214b0da89962c9a111a1c0.zip |
Merge pull request #1572 from Cheeze-It/current
ospf: T4707: Add OSPF segment routing for FRR
Diffstat (limited to 'interface-definitions/include/ospf/high-low-label-value.xml.i')
-rw-r--r-- | interface-definitions/include/ospf/high-low-label-value.xml.i | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/high-low-label-value.xml.i b/interface-definitions/include/ospf/high-low-label-value.xml.i new file mode 100644 index 000000000..4b6779922 --- /dev/null +++ b/interface-definitions/include/ospf/high-low-label-value.xml.i @@ -0,0 +1,26 @@ +<!-- include start from ospf/high-low-label-value.xml.i --> +<leafNode name="low-label-value"> + <properties> + <help>MPLS label lower bound</help> + <valueHelp> + <format>u32:100-1048575</format> + <description>Label value</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:100-1048575</format> + <description>Label value</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 16-1048575"/> + </constraint> + </properties> +</leafNode> +<!-- include end --> |