docs/gotchas: point at hyperhive#3725 for removing the residual non-isolated branch
This commit is contained in:
parent
07f4b96a72
commit
0f337756c8
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue