diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-12-27 11:48:20 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-12-30 11:45:27 +0100 |
commit | 62b94c3ec832f23b985db7d27b30052d2a83cf9a (patch) | |
tree | 80f54e5e10fc762f710bf44659a5f980aa5d33ff | |
parent | e197c4e49094c59f90c95ce7d66a902650d71fbe (diff) | |
download | passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar.gz passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar.bz2 passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar.lz passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar.xz passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.tar.zst passt-62b94c3ec832f23b985db7d27b30052d2a83cf9a.zip |
README: Default SLAAC prefix comes from address (not prefix) on host
Reported-by: Yalan Zhang <yalzhang@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -406,13 +406,13 @@ upstream interface of the host, and the same default gateway as the default gateway of the host. Addresses are translated in case the guest is seen using a different address from the assigned one. -For IPv6, the guest or namespace is assigned, via SLAAC, the same prefix as the -upstream interface of the host, the same default route as the default route of -the host, and, if a DHCPv6 client is running in the guest or namespace, also the -same address as the upstream address of the host. This means that, with a DHCPv6 -client in the guest or namespace, addresses don't need to be translated. Should -the client use a different address, the destination address is translated for -packets going to the guest or to the namespace. +For IPv6, the guest or namespace is assigned, via SLAAC, a prefix derived from +the address of the upstream interface of the host, the same default route as the +default route of the host, and, if a DHCPv6 client is running in the guest or +namespace, also the same address as the upstream address of the host. This means +that, with a DHCPv6 client in the guest or namespace, addresses don't need to be +translated. Should the client use a different address, the destination address +is translated for packets going to the guest or to the namespace. ### Local connections with _passt_ |