ipfw: add UPDATING note and modify __FreeBSD_version

This commit is contained in:
Andrey V. Elsukov
2025-03-03 21:58:24 +03:00
parent 4a77657cbc
commit 6ba1c5abb9
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -27,6 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20250303:
Commit 4a77657cbc01 changed the ABI between ipfw(8) and ipfw(4).
Please note that the old ipfw(8) binary will not work with the new
ipfw(4) module. Therefore, it is recommended to disable ipfw during
the upgrade, otherwise the host system may become inaccessible because
ipfw rules cannot be installed with the old binary.
20250214:
Commit 4517fbfd4251 modified the internal API between the
nfscommon and nfscl modules. As such, both of these modules
+1 -1
View File
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500033
#define __FreeBSD_version 1500034
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,