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