From f9e949425e05f3d5799bd4e9e090f2914e07acf1 Mon Sep 17 00:00:00 2001 From: Nicola Kabar Date: Thu, 7 May 2020 09:01:32 -0500 Subject: [PATCH] Update _index.md --- content/rancher/v2.x/en/faq/networking/cni-providers/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md b/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md index ec07fe5018d..223b58a02b4 100644 --- a/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md +++ b/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md @@ -114,7 +114,7 @@ The following table summarizes the different features available for each CNI net | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | | Canal | Encapsulated (VXLAN) | No | Yes | No | K8S API | No | Yes | | Flannel | Encapsulated (VXLAN) | No | No | No | K8S API | No | No | -| Calico | Unencapsulated | Yes | Yes | Yes | Etcd | No | Yes | +| Calico | Encapsulated (VXLAN,IPIP) OR Unencapsulated | Yes | Yes | Yes | Etcd and K8S API | No | Yes | | Weave | Encapsulated | Yes | Yes | Yes | No | Yes | Yes | - Network Model: Encapsulated or unencapsulated. For more information, see [What Network Models are Used in CNI?](#what-network-models-are-used-in-cni)