Remove unused experimental ICMP6 redirect low water bits
authorkn <kn@openbsd.org>
Sat, 10 Dec 2022 23:45:51 +0000 (23:45 +0000)
committerkn <kn@openbsd.org>
Sat, 10 Dec 2022 23:45:51 +0000 (23:45 +0000)
commit6c0f7fa90ed6bf54c714182d4087386a5efc2525
tree38ef485c3d4bdeddf7e1342635b4a8df4e22837d
parentbc5cfb1f639c3009657e1b6a6a44330690f0f93b
Remove unused experimental ICMP6 redirect low water bits

Dead since introduction in 2001 with icmp6.c r1.31:
    implement upper limit to icmp6 redirects (experimental, turned off)
    negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation.
    sync with kame.

icmp6_redirect_lowat was always -1 and never hit the empty conditional.

icmp6_redirect_hiwat never existed.

icmp6_mtudisc_{hi,lo}wat are exposed as net.inet6.icmp6.mtudisc_{hi,lo}wat
sysctl(2)s, so don't touch those for now.

OK mvs
sys/netinet6/icmp6.c