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