diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-06 23:11:09 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-01-06 23:17:09 +0000 |
commit | dc376eaa0c48ae6b90641fddc49678255885c42d (patch) | |
tree | 1e89ed51479f481c11e12d25b0e668c0afd9cff2 /src/vnet/ip-neighbor | |
parent | 78565f38e8436dae9cd3a891b5e5d929209c87f9 (diff) |
ip-neighbor: Add FEATURE.yaml
Type: docs
Change-Id: I4c51dad23cf431692ef5b8bdd2391975fb7264d6
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip-neighbor')
-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] |