diff options
| author | rmind <rmind@NetBSD.org> | 2010-12-18 01:07:25 +0000 |
|---|---|---|
| committer | rmind <rmind@NetBSD.org> | 2010-12-18 01:07:25 +0000 |
| commit | b7b64eb5f1aff902b2b4096df07ca3d8dd83df9a (patch) | |
| tree | 5a0dd63cf5987ea796b09bbb9498cc5c087eac44 /sys/modules | |
| parent | 2ff75084faa4478323e48176adc4c87c434bb4af (diff) | |
NPF checkpoint:
- Add support for session saving/restoring.
- Add packet logging support (can tcpdump a pseudo-interface).
- Support reload without flushing of sessions; rework some locking.
- Revisit session mangement, replace linking with npf_sentry_t entries.
- Add some counters for statistics, using percpu(9).
- Add IP_DF flag cleansing.
- Fix various bugs; misc clean-up.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/npf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/npf/Makefile b/sys/modules/npf/Makefile index d5b539ef26b..385e27d572f 100644 --- a/sys/modules/npf/Makefile +++ b/sys/modules/npf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/11/11 06:30:39 rmind Exp $ +# $NetBSD: Makefile,v 1.4 2010/12/18 01:07:26 rmind Exp $ .include "../Makefile.inc" @@ -9,5 +9,6 @@ KMOD= npf SRCS= npf.c npf_ctl.c npf_handler.c npf_instr.c npf_mbuf.c SRCS+= npf_processor.c npf_ruleset.c npf_tableset.c npf_inet.c SRCS+= npf_session.c npf_state.c npf_nat.c npf_alg.c npf_sendpkt.c +SRCS+= npf_log.c .include <bsd.kmodule.mk> |
