api: register endian handlers for reply messages
[vpp.git] / src / plugins / dns / FEATURE.yaml
1 ---
2 name: Caching DNS name resolver
3 maintainer: Dave Barach <dave@barachs.net>
4 features:
5   - Cache A and AAAA records from an upstream ipv4 DNS server
6   - Respond to ipv4 and ipv6 name resolution requests
7   - Supports cache sizes up to 64K concurrent entries
8   - Supports CNAME indirection
9   - Static cache entry creation, suitable for redirecting specific names
10   - Round robin upstream name lookups
11   - Binary API name lookup support
12   - Missing ipv6 upstream server support
13   - Perf/scale suitable for SOHO devices or other light-duty apps
14 description: "A caching DNS name resolver suitable for optimizing
15              name resolution performance, and for overriding
16              gethostbyname() in an LD_PRELOAD library."
17 state: development
18 properties: [API, CLI, MULTITHREAD]