6e670fc3e741461b901a18958bada73a3d98cf77
[vpp.git] / src / vnet / ipip / FEATURE.yaml
1 name: IP in IP tunnelling
2 maintainer: Ole Troan <ot@cisco.com>
3 features:
4   - IPv4/IPv6 over IPv4/IPv6 encapsulation:
5     - Fragmentation and Reassembly
6     - Configurable MTU
7     - Inner to outer Traffic Class / TOS copy
8     - Configurable Traffic Class / TOS
9   - ICMPv4 / ICMPv6 proxying
10   - 6RD (RFC5969):
11     - Border Relay
12
13 description: "Implements IP{v4,v6} over IP{v4,v6} tunnelling as
14               described in RFC2473. This module also implement the border relay of
15               6RD (RFC5969)."
16
17 state: production
18 properties: [API, CLI, STATS, MULTITHREAD]
19 missing:
20   - Tunnel PMTUD
21   - Tracking of FIB state for tunnel state
22   - IPv6 extension headers (Tunnel encapsulation limit option)