User Details
- User Since
- May 21 2014, 7:59 PM (580 w, 23 h)
Tue, Jun 17
Sat, Jun 14
Fri, Jun 13
Thu, Jun 12
Wed, Jun 11
Looks good to me.
Apr 7 2025
Nov 8 2024
Nov 7 2024
Sep 21 2024
Aug 26 2024
@melifaro Could you explain the motivation for excluding manually-added prefixes from ICMPV6CTL_ND6_PRLIST? I could not find the reason in the review comments for the original change. As I wrote in the description, this sysctl is to list all prefixes in kernel. If a use case needs to pick up a subset of prefixes, it should be handled after getting the whole list.
Aug 12 2024
Looks good to me.
Jul 3 2024
Update the diff to use dnvlist_get_number().
Removing the NI_NUMERICHOST flag except for multicast addresses looks good to me.
Jun 28 2024
The change basically looks good to me, but I added some comments.
Jun 6 2024
I did not test the functionality yet, but I will give it a try with IPv4 and IPv6 configurations.
Feb 8 2024
Jan 7 2024
Mar 5 2023
Feb 11 2023
Jan 13 2023
Jan 8 2023
Jan 7 2023
Jan 4 2023
Jan 3 2023
- sbin/ping: Do not show "Request timeout" when -q is specified
- sbin/ping: Fix the timeout message when -c or -l are specified
Jan 2 2023
Jan 1 2023
Dec 31 2022
Dec 23 2022
Dec 1 2022
Nov 30 2022
I put my comments inline. Many of them are style-related, but please fix the memory leak of the sc->res and sc->action queue, at least.