From ec60a9f9bc64d46c44402bbfe57dd0fd62e0862c Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 04:45:35 +0000 Subject: [PATCH 1/8] 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..6ce6d6838 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -247,6 +247,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 c239df5ce6af6849af5ab951ec44a5df129d7435 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 05:35:16 +0000 Subject: [PATCH 2/8] 1 Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 6ce6d6838..076103c89 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -247,12 +247,13 @@ 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 ``` + + > ![](./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 no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. -- Gitee From 208539943b14f26242499a49add154f6ee2db0a7 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:07:04 +0000 Subject: [PATCH 3/8] 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 076103c89..5b86ec3de 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -255,7 +255,7 @@ The following describes how to set up an Open vSwitch layer-1 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 no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. + - If no DHCP server is available, configure a static IP address for br0, for example, ‘192.168.1.2’. ```shell ifconfig br0 192.168.1.2 -- Gitee From 1f12bbba7996ec54e60822e2c5a8ceef057df792 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:18:15 +0000 Subject: [PATCH 4/8] 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, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 5b86ec3de..3ada463d0 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -251,9 +251,9 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. dhclient 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. + ![](./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 no DHCP server is available, configure a static IP address for br0, for example, ‘192.168.1.2’. -- Gitee From 6576ddef527da99755ec1459f72d17444636a361 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:24:37 +0000 Subject: [PATCH 5/8] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 3ada463d0..c59d3c7da 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -251,11 +251,11 @@ The following describes how to set up an Open vSwitch layer-1 bridge br0. dhclient 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. + >![](./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 no DHCP server is available, configure a static IP address for br0, for example, ‘192.168.1.2’. + - If no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. ```shell ifconfig br0 192.168.1.2 -- Gitee From a972035869bc9483c63ec38533c351a04157fcd5 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:35:24 +0000 Subject: [PATCH 6/8] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- docs/en/docs/Virtualization/environment-preparation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index c59d3c7da..1b4ebb6b8 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -246,14 +246,14 @@ 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 ``` - - >![](./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 no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. -- Gitee From 14c54dcd93f83efb92b4369f691b4dc40e2024e3 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:39:25 +0000 Subject: [PATCH 7/8] 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, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 1b4ebb6b8..2a42d35c9 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -247,12 +247,12 @@ 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:** + > ![](./public_sys-resources/icon-note.gif) **说明:** > - >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. + > 若使用DHCP给br0设置动态IP,需先清除原有可能存在的动态IP。输入dhclient -r 命令,清除原有可能存在的动态IP。 ``` - dhclient br0 + # dhclient br0 ``` - If no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. -- Gitee From 5c54782d6d771647586d088ac2b9dfd41cc03a83 Mon Sep 17 00:00:00 2001 From: Rover Wang <1308533838@qq.com> Date: Sun, 23 Jun 2024 06:47:25 +0000 Subject: [PATCH 8/8] update docs/en/docs/Virtualization/environment-preparation.md. Signed-off-by: Rover Wang <1308533838@qq.com> --- .../docs/Virtualization/environment-preparation.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/en/docs/Virtualization/environment-preparation.md b/docs/en/docs/Virtualization/environment-preparation.md index 2a42d35c9..7599ec71a 100644 --- a/docs/en/docs/Virtualization/environment-preparation.md +++ b/docs/en/docs/Virtualization/environment-preparation.md @@ -245,14 +245,10 @@ 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) **说明:** - > - > 若使用DHCP给br0设置动态IP,需先清除原有可能存在的动态IP。输入dhclient -r 命令,清除原有可能存在的动态IP。 - - ``` - # dhclient br0 + - If a DHCP server is avaailable, set a dynamic IP address through the dhclient. + + ```shell + dhclient br0 ``` - If no DHCP server is available, configure a static IP address for br0, for example, 192.168.1.2. -- Gitee