From: gunjan5 Date: Fri, 5 May 2017 21:50:58 +0000 (-0700) Subject: cniVersion and config structure mismatch X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=efe4f37afa7309e0d6dc173098f2e2309e29d14d;p=cni.git cniVersion and config structure mismatch --- diff --git a/SPEC.md b/SPEC.md index 1ef68ff..cc47642 100644 --- a/SPEC.md +++ b/SPEC.md @@ -353,10 +353,13 @@ Note that the runtime adds the `cniVersion` and `name` fields from configuration "net.core.somaxconn": "500" }, "prevResult": { - "ip4": { - "ip": "10.1.0.3/16", - "gateway": "10.1.0.1" - }, + "ips": [ + { + "version": "4", + "address": "10.0.0.5/32", + "interface": 0 + } + ], "dns": { "nameservers": [ "10.1.0.1" ] }