diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-23 10:20:38 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-23 22:32:40 +0200 |
commit | 491c903dbe64728c7e7c4fd226a099c6c0710273 (patch) | |
tree | 84b6802915a53429c4791166b9096239a2f327d8 /man/systemd.network.xml | |
parent | Merge pull request #34834 from yuwata/protect-home-tmpfs-read-only (diff) | |
download | systemd-491c903dbe64728c7e7c4fd226a099c6c0710273.tar.xz systemd-491c903dbe64728c7e7c4fd226a099c6c0710273.zip |
man/network: suggest to not request IA_NA when received RA with Managed bit unset
Follow-up for 1f5a052963464755e87a075f6f4a8867b2199311.
Diffstat (limited to '')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index e168bc0d52..6523c944ef 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -6286,6 +6286,8 @@ DHCP=ipv6 # If the upstream network provides Router Advertisement (RA) messages with the # Managed bit unset, then uncomment the lines below to make the DHCPv6 client # forcibly started in the managed mode when an RA is received. +#[DHCPv6] +#UseAddress=no #[IPv6AcceptRA] #DHCPv6Client=always</programlisting> |