From 6441fe959813cb24c38aa2a3e333ee11f536b282 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Tue, 3 May 2005 17:43:14 +0000 Subject: [PATCH] Bump __FreeBSD_version for pf 3.7 and inform about user visible changes. --- UPDATING | 5 +++++ sys/sys/param.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 1692e1c83541..4493ebf6b215 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20050503: + The packet filter (pf) code has been updated to OpenBSD 3.7 + Please note the changed anchor syntax and the fact that + authpf(8) now needs a mounted fdescfs(5) to function. + 20050415: The NO_MIXED_MODE kernel option has been removed from the i386 amd64 platforms as its use has been superceded by the new local diff --git a/sys/sys/param.h b/sys/sys/param.h index be811801ca5c..a7efe26badac 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 600025 /* Master, propagated to newvers */ +#define __FreeBSD_version 600026 /* Master, propagated to newvers */ #ifndef LOCORE #include