diff options
Diffstat (limited to 'src/vnet/ipip')
-rw-r--r-- | src/vnet/ipip/FEATURE.yaml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/vnet/ipip/FEATURE.yaml b/src/vnet/ipip/FEATURE.yaml index 6e670fc3e74..010fa1ec527 100644 --- a/src/vnet/ipip/FEATURE.yaml +++ b/src/vnet/ipip/FEATURE.yaml @@ -1,22 +1,24 @@ +--- name: IP in IP tunnelling maintainer: Ole Troan <ot@cisco.com> features: - IPv4/IPv6 over IPv4/IPv6 encapsulation: - - Fragmentation and Reassembly - - Configurable MTU - - Inner to outer Traffic Class / TOS copy - - Configurable Traffic Class / TOS + - Fragmentation and Reassembly + - Configurable MTU + - Inner to outer Traffic Class / TOS copy + - Configurable Traffic Class / TOS - ICMPv4 / ICMPv6 proxying - 6RD (RFC5969): - - Border Relay + - Border Relay -description: "Implements IP{v4,v6} over IP{v4,v6} tunnelling as - described in RFC2473. This module also implement the border relay of - 6RD (RFC5969)." +description: |- + Implements IP{v4,v6} over IP{v4,v6} tunnelling as + described in RFC2473. This module also implements the + border relay of 6RD (RFC5969). state: production properties: [API, CLI, STATS, MULTITHREAD] missing: - Tunnel PMTUD - Tracking of FIB state for tunnel state - - IPv6 extension headers (Tunnel encapsulation limit option)
\ No newline at end of file + - IPv6 extension headers (Tunnel encapsulation limit option) |