From b5b18bd4b23c30fbaea41641bb4a48eb3a6e822e Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sat, 22 Mar 2025 05:33:15 +0000 Subject: [PATCH] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index b9c39a089..1a8bf05fe 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -244,7 +244,12 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. ifconfig eth0 0.0.0.0 ``` -4. Assign an IP address to OVS bridge br0. +4. Assign an IP address to OVS bridge br0.、 + + > ![](./public_sys-resources/icon-note.gif) **illustrate:** + > + > If you use DHCP to set a dynamic IP address for br0, you need to clear the existing dynamic IP address. Run the dhclient -r command to clear the possible dynamic IP addresses. + - If a DHCP server is available, set a dynamic IP address through the dhclient. ```shell -- Gitee