From 35d131a030b772f5f43be6165cbcce319cdb236b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 5 Oct 2022 17:59:37 -0700 Subject: ref(fcuny/exp): delete containerd-to-vm The code is in https://github.com/fcuny/containerd-to-vm --- .../exp/containerd-to-vm/hack/cni/50-c2vm.conflist | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist (limited to 'users/fcuny/exp/containerd-to-vm/hack/cni/50-c2vm.conflist') 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" - } - ] -} -- cgit 1.4.1