]> git.ipfire.org Git - thirdparty/systemd.git/commit
network/ndisc: drop redundant sd_ndisc_router_get_icmp6_ratelimit()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 27 Feb 2024 10:31:26 +0000 (19:31 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 Feb 2024 11:05:00 +0000 (11:05 +0000)
commit39af486a7fdc67817652c51d9bf42ca051ed8ff2
tree19756ecd35afe789d4c386228345ec961b921831
parent29eddf0ea49441bc15be84f8ab6df8d041a36d5e
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.
man/systemd.network.xml
src/libsystemd-network/ndisc-router-internal.h
src/libsystemd-network/sd-ndisc-router.c
src/network/networkd-ndisc.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h
src/systemd/sd-ndisc-router.h