{ "name": "multus-cni-network", "type": "multus" "capabilities": { "portMappings": true }, "delegates": [ { "cniVersion": "0.3.1", "name": "ptp-tuning-conflist", "plugins": [ { "dns": { "nameservers": [ "172.16.1.1" ] }, "ipMasq": true, "ipam": { "subnet": "172.16.0.0/24", "type": "host-local" }, "mtu": 512, "type": "ptp" }, { "capabilities": { "portMappings": true }, "externalSetMarkChain": "KUBE-MARK-MASQ", "type": "portmap" } ] } ], }