Thanks for fixing!
I've been running the kernel that has exactly the same fix and confirmed the problem I had was fixed.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 5 2025
Mar 4 2025
It seems that the condition is inversed by this change.
Probably the key need to be deleted if it is set?
Jul 20 2024
I will retract this since it does not completely fix the problem and I have not come up with a good fix so far.
Jun 24 2024
Replace epoch_wait_preempt() with NET_EPOCH_WAIT()
Jun 22 2024
Aug 5 2023
Jun 21 2022
Jun 11 2022
@kp Thanks for the comment.
I don't know the detail, but the "NOTES" in ping.c states:
May 28 2022
- Add lltable_delete_conditional() instead of lltable_flags_free().
- Use lltable_delete_conditional() for purging in6_multi for solicited node multicast addresses.
- Move out the sockaddr_dl setup code from nd6_ns_input() to a new function.
May 27 2022
- Add the lltable.llt_flags member and LLT_ADDEDPROXY flag in it
- Add lltable_flags_free() that frees LLEs with specified la_flags
- Use lltable_flags_free() for freeing in6_multis in if_detach path
- Add the test script
May 26 2022
Add the spare member to indicate explicit alignment.
In D35307#800525, @melifaro wrote:Could you also add a test, verifying the actual behaviour? It should be relatively straight-forwarded, based on tests/sys/netinet6/forward6.sh (2 VNETs) && tests/sys/netinet6/ndp.sh (general NDP checks),
May 24 2022
Fix spell check warnings
May 12 2022
Apr 13 2021
- changed the "mape" nvlist structure
- updated the test for the review comments
Apr 12 2021
- moved to the new nvlist-based implementation
- removed timeout in the test
- changed the manual page that map-e-portset is for MAP-E CE (avoid confusion with MAP-E BR)
In D29468#665332, @kp wrote:Thinking about this some more, I think that what we want to do here is to introduce a pfctl_pool, for use in libpfctl / pfctl. Similar to how we already have struct pfctl_rule and struct pfctl_anchor.
Apr 9 2021
@kp thanks for notifying the changes.
I'd like to hear your idea for the following points to rebase the code to the nvlist-based implementation.
Apr 7 2021
Mar 30 2021
- rebased the patch from 12-STABLE to -current
- added the test script
- fixed 2 issues