From b6e690f0f72e5ecba0fc9be1c16caf2788e6b29e Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Thu, 6 Oct 2022 21:51:31 -0700 Subject: ospf: T4707: Add OSPF segment routing for FRR In this commit we add OSPF segment routing, smoke tests, handlers, FRR template changes, and CLI commands. --- .../include/ospf/high-low-label-value.xml.i | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 interface-definitions/include/ospf/high-low-label-value.xml.i (limited to 'interface-definitions/include/ospf/high-low-label-value.xml.i') 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 @@ + + + + MPLS label lower bound + + u32:100-1048575 + Label value + + + + + + + + + MPLS label upper bound + + u32:100-1048575 + Label value + + + + + + + -- cgit v1.2.3