fix: do not check if multi-homed network at boot time, instead do it a runtime
this requires calling , which calls the syscall, which may be blocked at boot time in certain constrained environments this is moved into a module function, which memoizes the result; it's done in a non-thread safe way, but since the result is expected to be the same, it should be ok to race
Loading
Please register or sign in to comment