diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-05 22:17:53 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-01-05 22:17:53 +0000 |
commit | 3a29c38db6ec71f327610694aa1ce8aa42b7bfce (patch) | |
tree | 44be715199cb8c38164d5105dfc0f9c1bc4a52dd /src | |
parent | f3aebda7eace119444c88df52fb8d6c3e9f4323b (diff) |
ip6-nd: Add FEATURE.yaml
Type: docs
Change-Id: I907f2c7f5d73dd88b16a6ff78ef072e13af9739e
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/ip6-nd/FEATURE.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/vnet/ip6-nd/FEATURE.yaml b/src/vnet/ip6-nd/FEATURE.yaml new file mode 100644 index 00000000000..297905ecaef --- /dev/null +++ b/src/vnet/ip6-nd/FEATURE.yaml @@ -0,0 +1,12 @@ +--- +name: IPv6 Neeighbour Discovery +maintainer: Neale Ranns <nranns@cisco.com> +features: + - Nieghbour discovery. + - ND Auto address configuration + - Multicast Listener Discovery - only as host role to send adverts + - Router Advertisements + +description: "IPv6-ND" +state: production +properties: [API, CLI, MULTITHREAD] |