diff --git a/fcnet.conflist b/fcnet.conflist deleted file mode 100644 index b349a0d..0000000 --- a/fcnet.conflist +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "fcnet", - "cniVersion": "0.4.0", - "plugins": [ - { - "type": "ptp", - "ipMasq": true, - "ipam": { - "type": "host-local", - "subnet": "192.168.127.0/24", - "resolvConf": "/etc/resolv.conf" - } - }, - { - "type": "tc-redirect-tap" - } - ] -}