From 9a408111ed8b5d724a6f030d2e51c71b49ba4ff8 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:14:27 +0000 Subject: [PATCH] update --- docs/en_US/guide/lxd_custom.md | 2 ++ docs/guide/lxd_custom.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/en_US/guide/lxd_custom.md b/docs/en_US/guide/lxd_custom.md index f14250bdd2..41b121b911 100644 --- a/docs/en_US/guide/lxd_custom.md +++ b/docs/en_US/guide/lxd_custom.md @@ -478,3 +478,5 @@ client ip link set user-ipv6 down ip tunnel del user-ipv6 ``` + +The above deletion is only temporary, for permanent deletion you must modify and delete the contents of the ``/etc/network/interfaces`` file that you have previously added. \ No newline at end of file diff --git a/docs/guide/lxd_custom.md b/docs/guide/lxd_custom.md index d9f4bc0fb8..4eda40825f 100644 --- a/docs/guide/lxd_custom.md +++ b/docs/guide/lxd_custom.md @@ -431,3 +431,4 @@ ip link set user-ipv6 down ip tunnel del user-ipv6 ``` +以上删除的方式只是临时删除,永久删除务必修改删除```/etc/network/interfaces```文件中你之前增加的内容 \ No newline at end of file