Skip to content

Commit 157142e

Browse files
authored
Merge pull request #11 from serban300/update-binary
update firecracker binary to v0.15.2
2 parents d416cba + 3411324 commit 157142e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

firecracker

100755100644
-2.37 MB
Binary file not shown.

start-firecracker.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ curl_put '/network-interfaces/1' <<EOF
111111
{
112112
"iface_id": "1",
113113
"guest_mac": "$FC_MAC",
114-
"host_dev_name": "$TAP_DEV",
115-
"state": "Attached"
114+
"host_dev_name": "$TAP_DEV"
116115
}
117116
EOF
118117

0 commit comments

Comments
 (0)