From: Kuralamudhan Ramakrishnan Date: Sun, 23 Oct 2016 22:18:44 +0000 (+0100) Subject: Update ipvlan.md X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=6e77c7f4f76e857c695420b6c1959e0676403418;p=cni.git Update ipvlan.md invalid json format --- diff --git a/Documentation/ipvlan.md b/Documentation/ipvlan.md index f86a015..988555e 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" } } ```