From 3dd5e9d1b738469283654eb48978145754ebffee Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:26:00 +0800 Subject: [PATCH] Update lxd_custom.md --- docs/en_US/guide/lxd_custom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/guide/lxd_custom.md b/docs/en_US/guide/lxd_custom.md index 5789c2698d..c3cfcaa6c8 100644 --- a/docs/en_US/guide/lxd_custom.md +++ b/docs/en_US/guide/lxd_custom.md @@ -456,8 +456,8 @@ ip tunnel del server-ipv6 client ``` -ip link set user down -ip tunnel del user +ip link set user-ipv6 down +ip tunnel del user-ipv6 ``` ### Principle