From aa96430edebe084e1159290fcee5b3debda60caa Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Fri, 21 Mar 2025 10:09:13 +0000 Subject: [PATCH 1/6] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index b9c39a089..93d59930c 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -245,6 +245,9 @@ The following describes how to set up an Open vSwitch layer-1 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 From 88da8f828b7510f2fa15d4ec3549dc25a51d9add Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Fri, 21 Mar 2025 10:14:49 +0000 Subject: [PATCH 2/6] 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, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 93d59930c..d8b675b9b 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -245,9 +245,7 @@ The following describes how to set up an Open vSwitch layer-1 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 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 From 8c41af539313b350217ebadb33904e58a3b6fccb Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Fri, 21 Mar 2025 10:15:53 +0000 Subject: [PATCH 3/6] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index d8b675b9b..385b42307 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -245,7 +245,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 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 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 From 6a8e338267c1e3b1d447b1a5c0a42d8fd6933eea Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Fri, 21 Mar 2025 10:21:59 +0000 Subject: [PATCH 4/6] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 385b42307..1476e8007 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -245,9 +245,8 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. ``` 4. Assign an IP address to OVS bridge br0. - - 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. - + + - If a DHCP server is available, set a dynamic IP address through the dhclient.(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 6182d865c87e49da52cab00a6bc06fe581c6c27d Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Fri, 21 Mar 2025 10:27:05 +0000 Subject: [PATCH 5/6] 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, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 1476e8007..614c6bdf1 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -246,11 +246,11 @@ 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.(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 dhclient br0 ``` - + 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 no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. ```shell -- Gitee From 6baf55562755b1ae85ab1e18d4b75f2b17535d73 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sat, 22 Mar 2025 06:05:23 +0000 Subject: [PATCH 6/6] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 614c6bdf1..83abb75f6 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -246,11 +246,15 @@ The following describes how to set up an Open vSwitch layer-1 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 dhclient br0 ``` - 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 no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. ```shell -- Gitee