Author :
florian
Date :
2025-05-19 06:36:06
Hash :aabd3c3e Message :Remove nd6log from in6_update_ifa()
* Sending a vltime of 0 is no longer a typical configuration mistake
of a tool's bug. Also we are no longer handling router advertisements
in the kernel, this belongs in slaacd(8).
* To be able to remove a char[] buffer, stop logging that rt_ifa_del
failed, most other callers just quietly putter along if it fails.
input & OK kn, OK bluhm