Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet add IPFILTER_COMPAT to kernel config options rec...
details: https://anonhg.NetBSD.org/src/rev/e2c08ea3eb36
branches: trunk
changeset: 754052:e2c08ea3eb36
user: darrenr <darrenr%NetBSD.org@localhost>
date: Sat Apr 17 21:44:05 2010 +0000
description:
add IPFILTER_COMPAT to kernel config options recognised for IPFilter
diffstat:
sys/netinet/files.ipfilter | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 743f230166c2 -r e2c08ea3eb36 sys/netinet/files.ipfilter
--- a/sys/netinet/files.ipfilter Sat Apr 17 21:42:43 2010 +0000
+++ b/sys/netinet/files.ipfilter Sat Apr 17 21:44:05 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: files.ipfilter,v 1.9 2010/01/24 14:25:57 pooka Exp $
+# $NetBSD: files.ipfilter,v 1.10 2010/04/17 21:44:05 darrenr Exp $
defflag opt_ipfilter.h IPFILTER_LOG # logging of ip packets
defflag opt_ipfilter.h IPFILTER_DEFAULT_BLOCK
defflag opt_ipfilter.h IPFILTER_LOOKUP
+defflag opt_ipfilter.h IPFILTER_COMPAT # IPFilter version compat.
defpseudo ipfilter: ifnet, bpf_filter # XXX not really an ifnet
@@ -19,5 +20,6 @@
file dist/ipf/netinet/ip_scan.c ipfilter
file dist/ipf/netinet/ip_state.c ipfilter
file dist/ipf/netinet/ip_sync.c ipfilter
+file dist/ipf/netient/ip_fil_compat.c ipfilter & ipfilter_compat
makeoptions ipfilter CPPFLAGS+="-I$S/dist/ipf"
Home |
Main Index |
Thread Index |
Old Index