diff options
-rw-r--r-- | src/vnet/bier/FEATURE.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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 <nranns@cisco.com> +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] |