From efe4f37afa7309e0d6dc173098f2e2309e29d14d Mon Sep 17 00:00:00 2001 From: gunjan5 Date: Fri, 5 May 2017 14:50:58 -0700 Subject: [PATCH] cniVersion and config structure mismatch --- SPEC.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SPEC.md b/SPEC.md index 1ef68ff3..cc47642c 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" ] }