aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/containerd-to-vm/hack/cni
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:59:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:59:37 -0700
commit35d131a030b772f5f43be6165cbcce319cdb236b (patch)
tree609456537d89ab8b3b0083ba3320125148d6aaa4 /users/fcuny/exp/containerd-to-vm/hack/cni
parentref(fcuny/notes): delete notes (diff)
downloadinfra-35d131a030b772f5f43be6165cbcce319cdb236b.tar.gz
ref(fcuny/exp): delete containerd-to-vm
The code is in https://github.com/fcuny/containerd-to-vm
Diffstat (limited to 'users/fcuny/exp/containerd-to-vm/hack/cni')
-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"
- }
- ]
-}