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:
1
SPEC.md
1
SPEC.md
@ -140,7 +140,6 @@ The network configuration is described in JSON form. The configuration can be st
|
|||||||
"type": "bridge",
|
"type": "bridge",
|
||||||
// type (plugin) specific
|
// type (plugin) specific
|
||||||
"bridge": "cni0",
|
"bridge": "cni0",
|
||||||
"addIf": "eth0",
|
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
// ipam specific
|
// ipam specific
|
||||||
|
Reference in New Issue
Block a user