User Details
- User Since
- Apr 13 2023, 7:00 PM (84 w, 6 d)
Fri, Nov 22
Tue, Nov 5
Mar 18 2024
Jan 29 2024
Jan 26 2024
Added back atf_skip for i386/armv7 to jail_cleanup
Jan 25 2024
- Adds test cases for destroy and rename cases
- Fix bootonce leak
Handles destroying bootonce case
Dec 11 2023
Nov 30 2023
Nov 28 2023
Thanks for that. LGTM
This looks good to me.
Would it be possible to also get a v6 case?
Nov 22 2023
@kp and I actually discussed this back in June in response to an internal need. In fact, he pointed me towards this exact interface ifconfig_get_orig_name.
Nov 21 2023
Thanks for doing that. LGTM
Nov 20 2023
Nov 6 2023
Stripped out lua diff to submit separately
Nov 5 2023
Nov 3 2023
Address Warner's comment regarding legacy hints and update the man page as suggested by Kyle
Nov 2 2023
remove the entire if statement
Thanks for suggestions.
collapse tmp = *where + tmp -> tmp += *where
Nov 1 2023
Ensure we update tmp for dbg output
I have now reduced the diff down to the minimum. Thanks all for your continued comments.
I studied what NetBSD is doing here. Here is an updated test program:
Oct 31 2023
Oct 21 2023
Oct 20 2023
Oct 19 2023
Oct 17 2023
Add missing \n on the l3_addr format string
typo
Perform NULL-check on lle->lle_tbl
Sep 18 2023
Fix regression in forward6:fwd_ip6_gu_icmp_gw_ll_slow_success
Sep 17 2023
Sep 15 2023
Sep 13 2023
Removed the unnecessary userspace filtering by-interface, the kernel is already doing
that now which I accidentally fixed by calling print_entries_nl with a valid (non-zero) ifindex
Jul 12 2023
I have updated the diff with the style(9) changes suggested