From 11cff2a5be17141639fc7e9a4b9be1fcdc3e058c Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sat, 22 Jun 2024 13:44:51 +0000 Subject: [PATCH 1/2] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index b9c39a089..fb5b93133 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -246,7 +246,9 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. 4. Assign an IP address to OVS bridge br0. - If a DHCP server is available, set a dynamic IP address through the dhclient. - + > ![](./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. ```shell dhclient br0 ``` -- Gitee From dc5fa87de8beb552e8a48987a3f994f21ea03ba1 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 04:33:11 +0000 Subject: [PATCH 2/2] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index fb5b93133..6ce6d6838 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -246,6 +246,7 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. 4. Assign an IP address to OVS bridge br0. - If a DHCP server is available, set a dynamic IP address through the dhclient. + > ![](./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. -- Gitee