From 6e77c7f4f76e857c695420b6c1959e0676403418 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 --- Documentation/ipvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ipvlan.md b/Documentation/ipvlan.md index f86a0159..988555ef 100644 --- a/Documentation/ipvlan.md +++ b/Documentation/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" } } ```