Module Name: src Committed By: darrenr Date: Mon Jan 30 16:13:44 UTC 2012
Modified Files: src/sys/netinet: files.ipfilter Log Message: New files required to build ipfilter into the kernel To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/files.ipfilter Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet/files.ipfilter diff -u src/sys/netinet/files.ipfilter:1.12 src/sys/netinet/files.ipfilter:1.13 --- src/sys/netinet/files.ipfilter:1.12 Sat Oct 2 20:07:39 2010 +++ src/sys/netinet/files.ipfilter Mon Jan 30 16:13:43 2012 @@ -1,4 +1,4 @@ -# $NetBSD: files.ipfilter,v 1.12 2010/10/02 20:07:39 bad Exp $ +# $NetBSD: files.ipfilter,v 1.13 2012/01/30 16:13:43 darrenr Exp $ defflag opt_ipfilter.h IPFILTER_LOG # logging of ip packets defflag opt_ipfilter.h IPFILTER_DEFAULT_BLOCK @@ -24,17 +24,20 @@ defpseudo ipfilter: ifnet, bpf_filter # file dist/ipf/netinet/fil.c ipfilter file dist/ipf/netinet/ip_auth.c ipfilter +file dist/ipf/netinet/ip_dstlist.c ipfilter file dist/ipf/netinet/ip_fil_netbsd.c ipfilter needs-flag file dist/ipf/netinet/ip_frag.c ipfilter file dist/ipf/netinet/ip_htable.c ipfilter file dist/ipf/netinet/ip_log.c ipfilter & ipfilter_log file dist/ipf/netinet/ip_lookup.c ipfilter file dist/ipf/netinet/ip_nat.c ipfilter +file dist/ipf/netinet/ip_nat6.c ipfilter file dist/ipf/netinet/ip_pool.c ipfilter file dist/ipf/netinet/ip_proxy.c ipfilter file dist/ipf/netinet/ip_scan.c ipfilter & ipfilter_scan file dist/ipf/netinet/ip_state.c ipfilter -file dist/ipf/netinet/ip_sync.c ipfilter & ipfilter_sync +file dist/ipf/netinet/ip_sync.c ipfilter file dist/ipf/netinet/ip_fil_compat.c ipfilter & ipfilter_compat +file dist/ipf/netinet/radix_ipf.c ipfilter makeoptions ipfilter CPPFLAGS+="-I$S/dist/ipf"