docs/gotchas: point at hyperhive#3725 for removing the residual non-isolated branch

This commit is contained in:
damocles 2026-08-29 12:02:21 +02:00 committed by mara
commit 0f337756c8

View file

@ -49,9 +49,11 @@ touches the conf file, and which way it writes them depends on
`HOST_ADDRESS6` / `LOCAL_ADDRESS6` / `HOST_BRIDGE` and `HOST_ADDRESS6` / `LOCAL_ADDRESS6` / `HOST_BRIDGE` and
`PRIVATE_NETWORK=0` — only fires when `HIVE_NETWORK_ISOLATION` isn't `PRIVATE_NETWORK=0` — only fires when `HIVE_NETWORK_ISOLATION` isn't
`"1"` at all (env var unset) or the bridge subnet fails to parse `"1"` at all (env var unset) or the bridge subnet fails to parse
(`bridge_gateway_ip` returns `None`, logged as a warning). Not a (`bridge_gateway_ip` returns `None`, logged as a warning). This isn't
supported alternate mode any more, just what the code falls back to a supported alternate mode, it's residual code from before isolation
outside the one path every host actually takes. was mandatory — see hyperhive#3725 for removing it (and deciding
what an unset env var / unparseable subnet should do instead of
silently degrading to non-isolated).
### systemd service PATH ≠ host PATH ### systemd service PATH ≠ host PATH