From 31962a7b29f60f16f6990b55acff067e75011828 Mon Sep 17 00:00:00 2001 From: Specter Date: Fri, 28 Oct 2022 02:58:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=B0=91=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E3=80=82=E5=AE=89=E8=A3=85=E5=AE=8C=E5=90=8E=E5=B0=91?= =?UTF-8?q?=E4=BA=86=E5=B0=86openvswitch=E6=A8=A1=E5=9D=97=E8=BD=BD?= =?UTF-8?q?=E5=85=A5=E5=88=B0=E5=86=85=E6=A0=B8=E4=B8=AD=EF=BC=9Amodprobe?= =?UTF-8?q?=20openvswitch=20=EF=BC=8C=E5=AE=8C=E6=88=90=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=90=AF=E5=8A=A8systemctl=20start=20openvsw?= =?UTF-8?q?itch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Specter --- ...07\344\275\277\347\224\250\347\216\257\345\242\203.md" | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git "a/docs/zh/docs/Virtualization/\345\207\206\345\244\207\344\275\277\347\224\250\347\216\257\345\242\203.md" "b/docs/zh/docs/Virtualization/\345\207\206\345\244\207\344\275\277\347\224\250\347\216\257\345\242\203.md" index 9baf47f4a..6f9a6f94b 100644 --- "a/docs/zh/docs/Virtualization/\345\207\206\345\244\207\344\275\277\347\224\250\347\216\257\345\242\203.md" +++ "b/docs/zh/docs/Virtualization/\345\207\206\345\244\207\344\275\277\347\224\250\347\216\257\345\242\203.md" @@ -177,7 +177,13 @@ Open vSwitch网桥,具有更便捷的自动化编排能力。搭建Open vSwitc # yum install -y openvswitch ``` -2. 启动Open vSwitch服务。 +2. 将openvswitch模块载入到内核中。 + + ``` + # modprobe openvswitch + ``` + +3. 启动Open vSwitch服务。 ``` # systemctl start openvswitch -- Gitee