Fix host-device README.md

host-device's README.md missing 'type' field, so this change
just adds 'type' in config example.
This commit is contained in:
Tomofumi Hayashi 2019-01-29 20:07:51 +09:00
parent a686cc4bd8
commit d29d56bc4d

View File

@ -16,6 +16,7 @@ A sample configuration might look like:
```json ```json
{ {
"cniVersion": "0.3.1", "cniVersion": "0.3.1",
"type": "host-device",
"device": "enp0s1" "device": "enp0s1"
} }
``` ```