From 094cba17803831fabf5f6776a0c71d87f0a52616 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:29:26 +0800 Subject: [PATCH] Update lxd_custom.md --- docs/en_US/guide/lxd_custom.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/en_US/guide/lxd_custom.md b/docs/en_US/guide/lxd_custom.md index 0780e4766b..2eef05dd8d 100644 --- a/docs/en_US/guide/lxd_custom.md +++ b/docs/en_US/guide/lxd_custom.md @@ -395,7 +395,7 @@ If you need to use this set of scripts to configure IPV6 addresses for container | --------|--------| | one IPV4 address (server_ipv4) | one IPV4 address (clinet_ipv4) | | one IPV6 subnet | no IPV6 address | -| Hereafter referred to as server | Hereafter referred to as server client | +| Hereafter referred to as server | Hereafter referred to as client | ### Usage @@ -478,7 +478,3 @@ client ip link set user-ipv6 down ip tunnel del user-ipv6 ``` - -### Principle - -Use 6in4's tunnel technology, along with ndpresponder to handle the NDP side of the problem, to solve the problem of forwarding IPV6 networks (/80) across different servers.