From 65060a0e148c77a3061329883e886d7807f53f28 Mon Sep 17 00:00:00 2001 From: Ken Robertson Date: Fri, 22 Jan 2016 09:36:03 -0800 Subject: [PATCH] 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. --- SPEC.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 7fa943c6..71ac15f7 100644 --- a/SPEC.md +++ b/SPEC.md @@ -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