misc: fix feature description spelling 65/24265/2
authorOle Troan <ot@cisco.com>
Thu, 9 Jan 2020 13:03:14 +0000 (14:03 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 9 Jan 2020 15:20:07 +0000 (15:20 +0000)
Type: docs
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I46856db81d42c3f10c03a7bf9a245cc998cd8a01

src/vnet/adj/FEATURE.yaml
src/vnet/arp/FEATURE.yaml
src/vnet/ip6-nd/FEATURE.yaml

index 95e9164..76d361e 100644 (file)
@@ -18,7 +18,6 @@ features:
     (i.e. how to send the the GRE tunnel's destination address).
   - Glean adjacencies describe how to broadcast packets onto a subnet
 
-
-description: "Adjacency"
+description: "Adjacencies represent the next-hop information required to reach a directly connected neighbour."
 state: production
 properties: [API, CLI, MULTITHREAD]
index ecff90e..aed503e 100644 (file)
@@ -4,6 +4,6 @@ maintainer: Neale Ranns <nranns@cisco.com>
 features:
   - ARP responder
 
-description: "ARP"
+description: "An implementation of the Address resolution protocol (ARP) as described in RFC826"
 state: production
 properties: [API, CLI, MULTITHREAD]
index 297905e..ce16fa2 100644 (file)
@@ -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]