mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Update UPDATING and bump __FreeBSD_version for the ip6fw removal.
This commit is contained in:
parent
0794df7c73
commit
a0a9755e09
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158513
7
UPDATING
7
UPDATING
@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
|
||||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20060412:
|
||||
The ip6fw utility has been removed. The behavior provided by
|
||||
ip6fw has been in ipfw2 for a good while and the rc.d scripts
|
||||
have been update to deal with it. There are some rules that
|
||||
might not migrate cleanly. Use rc.firewall6 as a template to
|
||||
rewrite rules.
|
||||
|
||||
20060428:
|
||||
The puc(4) driver has been overhauled. The ebus(4) and sbus(4)
|
||||
attachments have been removed. Make sure to configure scc(4)
|
||||
|
@ -57,7 +57,7 @@
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 700016 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 700017 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user