aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipip
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ipip')
-rw-r--r--src/vnet/ipip/FEATURE.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/vnet/ipip/FEATURE.yaml b/src/vnet/ipip/FEATURE.yaml
new file mode 100644
index 00000000000..6e670fc3e74
--- /dev/null
+++ b/src/vnet/ipip/FEATURE.yaml
@@ -0,0 +1,22 @@
+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
+ - ICMPv4 / ICMPv6 proxying
+ - 6RD (RFC5969):
+ - 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)."
+
+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