Bring up the guest network stack inside scoutd using the kernel cmdline bootstrap contract. scoutd should initialize lo, configure eth0, and apply the minimum network configuration required for the guest to reach MMDS and later communicate with the host and runtime dependencies.
Why
MMDS is unreachable until guest networking exists. The guest boot path cannot continue without a minimal and reliable network bring up phase.
In scope
- bring up lo
- configure eth0
- apply static route data from kernel cmdline
- fail fast on invalid network state
Bring up the guest network stack inside scoutd using the kernel cmdline bootstrap contract. scoutd should initialize lo, configure eth0, and apply the minimum network configuration required for the guest to reach MMDS and later communicate with the host and runtime dependencies.
Why
MMDS is unreachable until guest networking exists. The guest boot path cannot continue without a minimal and reliable network bring up phase.
In scope