• R
    bhyve: don't leak tap devices on failures · 1d8be343
    Roman Bogorodskiy 提交于
    On failures, virBhyveProcessStart() does not cleanup network
    interfaces that could be created by virBhyveProcessBuildBhyveCmd(),
    which results in a leaked tap device.
    
    To fix that, extract network cleanup code to bhyveNetCleanup()
    and use it in cleanup stage of virBhyveProcessStart().
    1d8be343
bhyve_process.c 7.0 KB