From 0583e1958e9540777c22676fa6dfa614cdd72023 Mon Sep 17 00:00:00 2001 From: Michael Cambria Date: Wed, 28 Dec 2016 17:47:22 -0500 Subject: [PATCH] Changed sample config back to use just macvlan plugin --- 20-macvlan0.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20-macvlan0.conf b/20-macvlan0.conf index 6158eb5..cee25bd 100644 --- a/20-macvlan0.conf +++ b/20-macvlan0.conf @@ -1,7 +1,7 @@ { "cniVersion": "0.2.0", "name": "macvlan0", - "type": "vz-macvlan", + "type": "macvlan", "master": "eth0", "args" : { "org.apache.mesos" : { -- 2.44.0