User Details
- User Since
- Jan 15 2020, 3:04 PM (334 w, 4 d)
Thu, Jun 4
@bdrewery, take a look on this approach as well.
Wed, Jun 3
diff -l works for me as-is as intended:
Wed, May 20
Code is fine, some finishing touches are needed.
May 15 2026
May 8 2026
May 7 2026
Apr 30 2026
stable/13 goes EOL today, a good day to merge this PR. :)
Apr 29 2026
Apr 28 2026
JFYI. This patch (with the one from D54763) can be applied and compiled "as-is" to stable/13 and stable/12 branches resulting a working /sbin/ipfw15 binary.
We had a number talks about the way we should provide backward compatibility for ipfw. These options include (but not limited to):
- implement netlink control interface instead of KBI (see pfctl)
- backport new KBI to older branches (see D54763)
- keep compat KBI using compat module (as per this differential)
Apr 27 2026
Warning is muted for jails now
implement compatibility layer for earlier/historical jails
not in this proposal I guess.
I've updated patch to minimize kernel logging errors similar to ipfw: ipfw_ctl3 invalid option 116v0 while detection is done. Unless we're not in a jail, value reported by getosreldate() is used as-is.
Apr 26 2026
Apr 25 2026
You don't need a special sysctl for that.
Apr 24 2026
Apr 22 2026
Apr 10 2026
Jan 26 2026
@cperciva can you please take a look on this fix? It is designed to be direct-committed into stable/14 and release/14.3.
Jan 23 2026
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291562 for other approaches seen in the wild.
Jan 21 2026
Jan 20 2026
Removed stat() checks, added execv() error reporting
Added tests: both opcode checking and real traffic.
Jan 18 2026
Nov 26 2025
Nov 24 2025
Nov 20 2025
Nov 15 2025
Nov 11 2025
Oct 30 2025
Is it possible to substitute all sleep 5 in this test with a loop
Reworked diff to get rid of long sleeps, now all NDP-related tests wait for DAD to finish in wait_tentative()
Oct 26 2025
Oct 23 2025
Test for temp record is included into https://reviews.freebsd.org/D53299
Oct 15 2025
Oct 13 2025
Oct 12 2025
Aug 27 2025
Aug 26 2025
Aug 25 2025
Aug 23 2025
Aug 22 2025
Jul 26 2025
Jul 6 2025
Thanks for these patches, a long-waited change as for me. There are some minor things to fix and we're good to go.
Mar 23 2025
Feb 18 2024
Apr 19 2023
Apr 18 2023
Upated ipfw.8, fix some mandoc -T lint warnings.