unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
203 stars 61 forks source link

fix(remove): Correctly search for networks when deleting machine #1699

Closed LucaSeri closed 2 weeks ago

LucaSeri commented 3 weeks ago

Due to recent changes, the name of a network and the actual interface name might differ, so we cannot directly query for it. Instead, iterate through the networks and find the one the interface belongs to.

Prerequisite checklist

Description of changes