network: re-add mention of ifup/down but as warning

Due to the pitfalls possible it makes more sense to warn actively
than just removing any mention of those tools.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-09-12 17:44:34 +02:00
parent f0ab6a6953
commit a5604bb464

View File

@ -12,6 +12,11 @@ complete format description. All {pve} tools try hard to keep direct
user modifications, but using the GUI is still preferable, because it user modifications, but using the GUI is still preferable, because it
protects you from errors. protects you from errors.
WARNING: It's discourage to use the Debian traditional tools `ifup` and `ifdown`
if unsure, as they have some pitfalls like interupting all guest traffic on
`ifdown vmbrX` but not reconnecting those guest again when doing `ifup` on the
same bridge later.
Apply Network Changes Apply Network Changes
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~