From 3ff2ae24caa84ef8d0368b45dc21f04e72a7a247 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 3 Jan 2020 03:36:40 +0000 Subject: [PATCH] bier: add FEATURE.yaml Type: docs Change-Id: I843a410b7a14c7c61e44ea38cf7cb74f40ccf853 Signed-off-by: Neale Ranns --- src/vnet/bier/FEATURE.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/vnet/bier/FEATURE.yaml diff --git a/src/vnet/bier/FEATURE.yaml b/src/vnet/bier/FEATURE.yaml new file mode 100644 index 00000000000..fcd72d0a2e5 --- /dev/null +++ b/src/vnet/bier/FEATURE.yaml @@ -0,0 +1,12 @@ +--- +name: Bit Indexed Explicit Replication +maintainer: Neale Ranns +features: + - Multicast Using Bit Index Explicit Replication + (https://tools.ietf.org/html/rfc8279) + - Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and + Non-MPLS Networks (https://tools.ietf.org/html/rfc8296) + +description: "BIER" +state: production +properties: [API, CLI, MULTITHREAD] -- 2.16.6