Merge pull request #450 from gunjan5/spec-version-mismatch

cniVersion and config structure mismatch
This commit is contained in:
Casey Callendrello 2017-05-08 11:12:25 +02:00 committed by GitHub
commit 1a9288c3c0

11
SPEC.md
View File

@ -353,10 +353,13 @@ Note that the runtime adds the `cniVersion` and `name` fields from configuration
"net.core.somaxconn": "500" "net.core.somaxconn": "500"
}, },
"prevResult": { "prevResult": {
"ip4": { "ips": [
"ip": "10.1.0.3/16", {
"gateway": "10.1.0.1" "version": "4",
}, "address": "10.0.0.5/32",
"interface": 0
}
],
"dns": { "dns": {
"nameservers": [ "10.1.0.1" ] "nameservers": [ "10.1.0.1" ]
} }