FWIW, one should also clear the accept_rtadv flag from if after stopping
rtsold. After that curhlim is static. Is it the intended behaviour?
--
(reachability warning: IPv6-only email address)
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd
Hi net,
According to in6_selecthlim() in in6_src.c, hlim selection order is:
1. hlim specified via ioctl;
2. interface chlim via nd if outgoing interface;
3. V_ip6_defhlim.
Let us suppose one needs to change the default non-ioctl hlim.
The obvious way without reading in6_src.c would be to speci