Merge pull request #311 from rkamudhan/patch-2

Update ipvlan.md
This commit is contained in:
Gabe Rosenhouse 2016-10-23 16:23:55 -07:00 committed by GitHub
commit 194f8ce6ea

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