blob: 010fa1ec527501238ad0e3e1cfcf9df247f05984 [file] [log] [blame]
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05001---
Ole Troan6a3064f2019-05-14 13:24:10 +02002name: IP in IP tunnelling
3maintainer: Ole Troan <ot@cisco.com>
4features:
5 - IPv4/IPv6 over IPv4/IPv6 encapsulation:
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05006 - Fragmentation and Reassembly
7 - Configurable MTU
8 - Inner to outer Traffic Class / TOS copy
9 - Configurable Traffic Class / TOS
Ole Troan6a3064f2019-05-14 13:24:10 +020010 - ICMPv4 / ICMPv6 proxying
11 - 6RD (RFC5969):
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -050012 - Border Relay
Ole Troan6a3064f2019-05-14 13:24:10 +020013
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -050014description: |-
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).
Ole Troan6a3064f2019-05-14 13:24:10 +020018
19state: production
20properties: [API, CLI, STATS, MULTITHREAD]
21missing:
22 - Tunnel PMTUD
23 - Tracking of FIB state for tunnel state
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -050024 - IPv6 extension headers (Tunnel encapsulation limit option)