Update ipvlan.md

invalid json format
This commit is contained in:
Kuralamudhan Ramakrishnan 2016-10-23 23:18:44 +01:00 committed by GitHub
parent 0ee270c769
commit 17b2a6d5e2

View File

@ -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"
}
}
```