User Details
- User Since
- May 21 2014, 7:59 PM (598 w, 1 h)
Sep 28 2025
Please stop duplicating the existing review to obtain approval from someone else by excluding the original author.
Aug 12 2025
Please add RFC 3378 to the reference section.
I would suggest putting entries in /etc/defaults/rc.conf into each rc.d scripts, instead of maintaining rc.d/routed and defaults/rc.conf.d/routed separately. I already added the necessary framework a long time ago, but it was not populated. The change based on the idea looks like the following. It should work without any change to rc.subr:
Looks good to me. Please do not forget to update .Dd line, too.
Could you explain why a simple type casting is not enough?
D51866 is created because another approach seems reasonable.
Just curious, but why do you want to use automatically-generated LLAs? If you manually assign and use fe80::53/64 to the DNS server, for example, you can use it consistently without editing the configuration even when changing NICs on it.
I am also curious about why the PPPoE implementation sticks to only /128 LLAs for the link. When creating a pppoe interface as IPv6-capable one, it should get a /64 LLA because of AUTO_LINKLOCAL flag. Does pfSense disable this address assignment?
Aug 11 2025
I have no objection to adding the xECP in the kernel message, but I would like to see them in a sysctl node like dev.xhci.N.xecp, too.
Jun 17 2025
Jun 14 2025
Jun 13 2025
Jun 12 2025
Jun 11 2025
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.