diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-03 03:36:40 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-01-03 04:36:33 +0000 |
commit | 3ff2ae24caa84ef8d0368b45dc21f04e72a7a247 (patch) | |
tree | a8134b058a5f1cf3cf41b3bf49a4476d972450c3 | |
parent | 9abfbb221383d854c82b9016df72429cdda7ab98 (diff) |
bier: add FEATURE.yaml
Type: docs
Change-Id: I843a410b7a14c7c61e44ea38cf7cb74f40ccf853
Signed-off-by: Neale Ranns <nranns@cisco.com>
-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] |