From 17b2a6d5e2de0cdf9da7c14b159d5562c9df8e84 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Sun, 23 Oct 2016 23:18:44 +0100 Subject: [PATCH] Update ipvlan.md invalid json format --- ipvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipvlan.md b/ipvlan.md index f86a0159..988555ef 100644 --- a/ipvlan.md +++ b/ipvlan.md @@ -18,7 +18,7 @@ Because all ipvlan interfaces share the MAC address with the host interface, DHC "master": "eth0", "ipam": { "type": "host-local", - "subnet": "10.1.2.0/24", + "subnet": "10.1.2.0/24" } } ```