diff options
author | Ole Troan <ot@cisco.com> | 2020-01-09 14:03:14 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-01-09 15:20:07 +0000 |
commit | bbff1439c06fd92a0be639867b835407f7183519 (patch) | |
tree | c3e555045ed03479692ab8285fe0c0fae4561480 /src/vnet/ip6-nd | |
parent | dbbff8581bb815b166aa2705dfef0699873b6570 (diff) |
misc: fix feature description spelling
Type: docs
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I46856db81d42c3f10c03a7bf9a245cc998cd8a01
Diffstat (limited to 'src/vnet/ip6-nd')
-rw-r--r-- | src/vnet/ip6-nd/FEATURE.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/ip6-nd/FEATURE.yaml b/src/vnet/ip6-nd/FEATURE.yaml index 297905ecaef..ce16fa24bd1 100644 --- a/src/vnet/ip6-nd/FEATURE.yaml +++ b/src/vnet/ip6-nd/FEATURE.yaml @@ -1,12 +1,12 @@ --- -name: IPv6 Neeighbour Discovery +name: IPv6 Neighbor Discovery maintainer: Neale Ranns <nranns@cisco.com> features: - - Nieghbour discovery. + - Neighbor discovery. - ND Auto address configuration - Multicast Listener Discovery - only as host role to send adverts - Router Advertisements -description: "IPv6-ND" +description: "An implementation of the IPv6 Neighbor discovery protocol as described in RFC4861 and RFC4862." state: production properties: [API, CLI, MULTITHREAD] |