From dc376eaa0c48ae6b90641fddc49678255885c42d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 6 Jan 2020 23:11:09 +0000 Subject: [PATCH] ip-neighbor: Add FEATURE.yaml Type: docs Change-Id: I4c51dad23cf431692ef5b8bdd2391975fb7264d6 Signed-off-by: Neale Ranns --- src/vnet/ip-neighbor/FEATURE.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/vnet/ip-neighbor/FEATURE.yaml 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 +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] -- 2.16.6