Recompile of ipfw(8) is required because of new ipfw option (versrcreach).

This commit is contained in:
Andre Oppermann 2004-04-23 14:33:30 +00:00
parent 22b5770b99
commit bb4f06e701
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128576

View File

@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20040423:
Due to a new option in ipfw (versrcreach) the ipfw(8) command
needs to be recompiled. Normal accept/reject rules without
options are not affected but those with options may break until
ipfw(8) is recompiled.
20040420:
Due to changes in the callout ABI, kernels compiled after this
date may be incompatible with kernel modules compiled prior to