ip6-nd: add ip6-nd proxy
[vpp.git] / src / vnet / ip6-nd / FEATURE.yaml
1 ---
2 name: IPv6 Neighbor Discovery and Proxy
3 maintainer: Neale Ranns <nranns@cisco.com>
4 features:
5   - Neighbor discovery.
6   - ND Auto address configuration
7   - Multicast Listener Discovery - only as host role to send adverts
8   - Router Advertisements
9   - ND (mirror) proxy on given interface
10
11 description: "An implementation of the IPv6 Neighbor discovery protocol as described in RFC4861 and RFC4862. It also implements ND (mirror) proxy on given interface (some inspiration from RFC4389)."
12 state: production
13 properties: [API, CLI, MULTITHREAD]