about summary refs log tree commit diff
path: root/users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist')
-rw-r--r--users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist26
1 files changed, 0 insertions, 26 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist b/users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist
deleted file mode 100644
index 9321e54..0000000
--- a/users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-  "name": "c2vm",
-  "cniVersion": "0.4.0",
-  "plugins": [
-    {
-      "type": "bridge",
-      "bridge": "c2vm-br",
-      "isDefaultGateway": true,
-      "forceAddress": false,
-      "ipMasq": true,
-      "hairpinMode": true,
-      "mtu": 1500,
-      "ipam": {
-        "type": "host-local",
-        "subnet": "192.168.128.0/24",
-        "resolvConf": "/etc/resolv.conf"
-      }
-    },
-    {
-      "type": "firewall"
-    },
-    {
-      "type": "tc-redirect-tap"
-    }
-  ]
-}