diff options
author | Jerome Tollet <jtollet@cisco.com> | 2019-11-29 18:21:46 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-11-30 17:24:42 +0000 |
commit | ce43569d4312d223e511ec41d91072ea5caf00a2 (patch) | |
tree | 907805e5ea38d33d1b41a00072b1d1c8c999aa60 /src/plugins/dhcp/FEATURE.yaml | |
parent | d3955fb119fc94b000ee2516721c4f6b5525c370 (diff) |
dhcp: add FEATURE.yaml for the DHCP plugin
Type: docs
Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Change-Id: Ia2b892e550d391d421d9980d736768c918955cb6
Diffstat (limited to 'src/plugins/dhcp/FEATURE.yaml')
-rw-r--r-- | src/plugins/dhcp/FEATURE.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/dhcp/FEATURE.yaml b/src/plugins/dhcp/FEATURE.yaml new file mode 100644 index 00000000000..acc7eaf1781 --- /dev/null +++ b/src/plugins/dhcp/FEATURE.yaml @@ -0,0 +1,11 @@ +--- +name: Dynamic Host Configuration Protocol (DHCP) +maintainer: Dave Barach <dave@barachs.net>, Neale Ranns <nranns@cisco.com> +features: + - DHCP client (v4/v6) + - DHCPv6 prefix delegation + - DHCP Proxy / Option 82 + +description: "DHCP client" +state: production +properties: [API, CLI, MULTITHREAD] |