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
|
||||
`PRIVATE_NETWORK=0` — only fires when `HIVE_NETWORK_ISOLATION` isn't
|
||||
`"1"` at all (env var unset) or the bridge subnet fails to parse
|
||||
(`bridge_gateway_ip` returns `None`, logged as a warning). Not a
|
||||
supported alternate mode any more, just what the code falls back to
|
||||
outside the one path every host actually takes.
|
||||
(`bridge_gateway_ip` returns `None`, logged as a warning). This isn't
|
||||
a supported alternate mode, it's residual code from before isolation
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue