spec: Removed reference to unsupported addIf attribute

Removes the "addIf" attribute from the example of a bridge network
definition. This doesn't appear to exist in the implementation.
This commit is contained in:
Ken Robertson 2016-01-22 09:36:03 -08:00
parent 6fc3874d57
commit 65060a0e14

View File

@ -140,7 +140,6 @@ The network configuration is described in JSON form. The configuration can be st
"type": "bridge",
// type (plugin) specific
"bridge": "cni0",
"addIf": "eth0",
"ipam": {
"type": "host-local",
// ipam specific