diff options
-rw-r--r-- | src/vnet/ip-neighbor/FEATURE.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vnet/ip-neighbor/FEATURE.yaml b/src/vnet/ip-neighbor/FEATURE.yaml new file mode 100644 index 00000000000..00ca8495c0a --- /dev/null +++ b/src/vnet/ip-neighbor/FEATURE.yaml @@ -0,0 +1,10 @@ +--- +name: IP Neighbour Database +maintainer: Neale Ranns <nranns@cisco.com> +features: + - IP protocol independent Database of Neighbours (aka peers) + - limits on number of peers, recycling and aging + +description: "IP-neighbor" +state: production +properties: [API, CLI, MULTITHREAD] |