f66184
diff -up libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/cni/87-podman-bridge.conflist.1805212 libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/cni/87-podman-bridge.conflist
f66184
--- libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/cni/87-podman-bridge.conflist.1805212	2020-02-25 10:38:58.802723918 +0100
f66184
+++ libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/cni/87-podman-bridge.conflist	2020-02-25 10:39:30.358147422 +0100
f66184
@@ -1,38 +1,33 @@
f66184
 {
f66184
-    "cniVersion": "0.4.0",
f66184
-    "name": "podman",
f66184
-    "plugins": [
f66184
-	{
f66184
-            "type": "bridge",
f66184
-            "bridge": "cni-podman0",
f66184
-            "isGateway": true,
f66184
-            "ipMasq": true,
f66184
-            "ipam": {
f66184
-		"type": "host-local",
f66184
-		"routes": [
f66184
-		    {
f66184
-			"dst": "0.0.0.0/0"
f66184
-		    }
f66184
-		],
f66184
-		"ranges": [
f66184
-		    [
f66184
-			{
f66184
-			    "subnet": "10.88.0.0/16",
f66184
-			    "gateway": "10.88.0.1"
f66184
-			}
f66184
-		    ]
f66184
-		]
f66184
+  "cniVersion": "0.4.0",
f66184
+  "name": "podman",
f66184
+  "plugins": [
f66184
+    {
f66184
+      "type": "bridge",
f66184
+      "bridge": "cni-podman0",
f66184
+      "isGateway": true,
f66184
+      "ipMasq": true,
f66184
+      "ipam": {
f66184
+        "type": "host-local",
f66184
+        "routes": [{ "dst": "0.0.0.0/0" }],
f66184
+        "ranges": [
f66184
+          [
f66184
+            {
f66184
+              "subnet": "10.88.0.0/16",
f66184
+              "gateway": "10.88.0.1"
f66184
             }
f66184
-	},
f66184
-	{
f66184
-            "type": "portmap",
f66184
-            "capabilities": {
f66184
-		"portMappings": true
f66184
-            }
f66184
-	},
f66184
-	{
f66184
-            "type": "firewall",
f66184
-	    "backend": "iptables"
f66184
-	}
f66184
-    ]
f66184
+          ]
f66184
+        ]
f66184
+      }
f66184
+    },
f66184
+    {
f66184
+      "type": "portmap",
f66184
+      "capabilities": {
f66184
+        "portMappings": true
f66184
+      }
f66184
+    },
f66184
+    {
f66184
+      "type": "tuning"
f66184
+    }
f66184
+  ]
f66184
 }