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
UpdateGuestNetworkInterface() takes ifaceID twice, as its second
parameter (as a string) and the third parameter (as a part of
PartialNetworkInterface).
While that is technically coming from Firecracker's OpenAPI spec.
This is odd and error-prone.
Instead this change introduces UpdateGuestNetworkInterfaceRateLimit()
which only takes ifaceID as its second parameter.
0 commit comments