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" ] }