cniVersion and config structure mismatch

This commit is contained in:
gunjan5 2017-05-05 14:50:58 -07:00
parent b686cad062
commit efe4f37afa

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