diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-27 11:31:26 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-28 12:05:00 +0100 |
commit | 39af486a7fdc67817652c51d9bf42ca051ed8ff2 (patch) | |
tree | 19756ecd35afe789d4c386228345ec961b921831 /man/systemd.network.xml | |
parent | nspawn: minor coding style tweaks to nspawn-register.c (diff) | |
download | systemd-39af486a7fdc67817652c51d9bf42ca051ed8ff2.tar.xz systemd-39af486a7fdc67817652c51d9bf42ca051ed8ff2.zip |
network/ndisc: drop redundant sd_ndisc_router_get_icmp6_ratelimit()
This effectively reverts 9175002864d8876f375e0df089d142d239282528.
The retrans time field in RA message is for neighbor solicitation,
and the commit d4c8de21a07d015f2f2c787e0735be5e4d02fb3c makes the value
assigned to the correct sysctl property.
Let's deprecate the option, and drop the redundant functions.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 96228fc198..9be90e17c5 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -3395,16 +3395,6 @@ Token=prefixstable:2002:da8:1::</programlisting></para> </varlistentry> <varlistentry> - <term><varname>UseICMP6RateLimit=</varname></term> - <listitem> - <para>Takes a boolean. When true, the ICMP6 rate limit received in the Router Advertisement will be set to ICMP6 - rate limit based on the advertisement. Defaults to true.</para> - - <xi:include href="version-info.xml" xpointer="v255"/> - </listitem> - </varlistentry> - - <varlistentry> <term><varname>UseGateway=</varname></term> <listitem> <para>When true (the default), the router address will be configured as the default gateway. |