You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The network interfaces update test case only covered interface name
update, which worked because a new tap device was created. See #354
Signed-off-by: Alexandra Iordache <[email protected]>
Changing the MAC address resulted in error 400 because the inner tap
object was already taken. Added support to leave the tap in place and
update the other fields, unless the interface's name changes.
Fixesfirecracker-microvm#354
Signed-off-by: Alexandra Iordache <[email protected]>
xibz
pushed a commit
to xibz/firecracker
that referenced
this issue
Dec 4, 2018
The network interfaces update test case only covered interface name
update, which worked because a new tap device was created. See firecracker-microvm#354
Signed-off-by: Alexandra Iordache <[email protected]>
PUT /network-interfaces
before guest boot returns 400 when attempting to update the MAC.The text was updated successfully, but these errors were encountered: