From 182d8b2ddba098f99029ed82e44960f3dfd18987 Mon Sep 17 00:00:00 2001 From: Scott Hutton Date: Fri, 3 May 2024 07:40:42 -0700 Subject: sr: move srmpls to a plugin Move sr_mpls folder under vnet to the plugin folder, update cmake configuration and header paths, and add plugin.c to register plugin. JIRA: VPP-2054 Type: improvement Change-Id: I1ad6f287f67eb0c35588c339bcd51218fadf5f8e Signed-off-by: Scott Hutton --- src/plugins/srmpls/FEATURE.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/plugins/srmpls/FEATURE.yaml (limited to 'src/plugins/srmpls/FEATURE.yaml') diff --git a/src/plugins/srmpls/FEATURE.yaml b/src/plugins/srmpls/FEATURE.yaml new file mode 100644 index 00000000000..c5b958224c7 --- /dev/null +++ b/src/plugins/srmpls/FEATURE.yaml @@ -0,0 +1,9 @@ +--- +name: Segment Routing for MPLS +maintainer: Pablo Camarillo +features: + - SR Policy support + - Automated steering (SR steering based on NextHop/Color) +description: "SR-MPLS" +state: production +properties: [API, CLI, MULTITHREAD] -- cgit 1.2.3-korg