Merge pull request #447 from gunjan5/invalid-spec-json

Fix invalid json
This commit is contained in:
Tom Denham 2017-05-04 16:06:04 -07:00 committed by GitHub
commit b686cad062

View File

@ -355,7 +355,7 @@ Note that the runtime adds the `cniVersion` and `name` fields from configuration
"prevResult": { "prevResult": {
"ip4": { "ip4": {
"ip": "10.1.0.3/16", "ip": "10.1.0.3/16",
"gateway": "10.1.0.1", "gateway": "10.1.0.1"
}, },
"dns": { "dns": {
"nameservers": [ "10.1.0.1" ] "nameservers": [ "10.1.0.1" ]