diff options
author | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:24:02 +0000 |
---|---|---|
committer | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:24:02 +0000 |
commit | 7c1fe9533390e3a906df00201ee6c66cbac7a031 (patch) | |
tree | 784e718bae8cf0d9b3a00c54f91661eb8aeee88f /sys/conf | |
parent | 779616355ab9e17749867cac3f69fd96cebf0c71 (diff) | |
download | src-7c1fe9533390e3a906df00201ee6c66cbac7a031.tar.gz src-7c1fe9533390e3a906df00201ee6c66cbac7a031.zip |
Commit pf version 3.5 and link additional files to the kernel build.
Version 3.5 brings:
- Atomic commits of ruleset changes (reduce the chance of ending up in an
inconsistent state).
- A 30% reduction in the size of state table entries.
- Source-tracking (limit number of clients and states per client).
- Sticky-address (the flexibility of round-robin with the benefits of
source-hash).
- Significant improvements to interface handling.
- and many more ...
Notes
Notes:
svn path=/head/; revision=130613
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4bf129175c24..bf3631f8f70f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -227,6 +227,8 @@ contrib/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet contrib/pf/net/if_pflog.c optional pflog contrib/pf/net/if_pfsync.c optional pfsync contrib/pf/net/pf.c optional pf +contrib/pf/net/pf_if.c optional pf +contrib/pf/net/pf_subr.c optional pf contrib/pf/net/pf_ioctl.c optional pf contrib/pf/net/pf_norm.c optional pf contrib/pf/net/pf_table.c optional pf |