diff options
author | Susant Sahani <ssahani@gmail.com> | 2023-08-28 20:12:39 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-09-04 16:41:02 +0200 |
commit | 6e8f5e4c1f5fcdb3b63343268936f9c269b6a209 (patch) | |
tree | 2e3d8a31ad6fe98a6ee8042fea8de4f7eea05c03 /man | |
parent | network: sd-radv - Allow to configure Mobile IPv6 Home Agent (diff) | |
download | systemd-6e8f5e4c1f5fcdb3b63343268936f9c269b6a209.tar.xz systemd-6e8f5e4c1f5fcdb3b63343268936f9c269b6a209.zip |
network: ndisc - Allow to parse PREF64 prefix
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 5ece7b747c..c52b80f285 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3123,6 +3123,17 @@ Token=prefixstable:2002:da8:1::</programlisting></para> </varlistentry> <varlistentry> + <term><varname>UsePREF64=</varname></term> + <listitem> + <para>When true, the IPv6 PREF64 (or NAT64) prefixes received in the Router Advertisement will be recorded + and made available to client programs and displayed in the <command>networkctl</command> status output per-link. + See <ulink url="https://tools.ietf.org/html/rfc8781">RFC 8781</ulink>. Defaults to false.</para> + + <xi:include href="version-info.xml" xpointer="v255"/> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>UseAutonomousPrefix=</varname></term> <listitem> <para>When true (the default), the autonomous prefix received in the Router Advertisement will be used and take |