diff options
author | ugen <ugen@FreeBSD.org> | 1995-01-12 13:04:23 +0000 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-01-12 13:04:23 +0000 |
commit | ebe613d13f9e8841383a74f7c5594e3687dad1c2 (patch) | |
tree | 52969bf4e5f42b009f3a8a9e7253e8e1b135db18 | |
parent | 5f4f8671402dd52b656fcf298391ad3824cc1507 (diff) | |
download | FreeBSD-src-ebe613d13f9e8841383a74f7c5594e3687dad1c2.zip FreeBSD-src-ebe613d13f9e8841383a74f7c5594e3687dad1c2.tar.gz |
Firewall files & accounting added here.
ip_fwdef.c is support for ipfw lkm module
and should be compoiled always with 'options inet'.
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 3d56122..5603a42 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -186,6 +186,9 @@ netinet/ip_input.c optional inet netinet/ip_mroute.c optional inet netinet/ip_output.c optional inet netinet/raw_ip.c optional inet +netinet/ip_fwdef.c optional inet +netinet/ip_fw.c optional ipfirewall +netinet/ip_fw.c optional ipacct netinet/tcp_debug.c optional tcpdebug netinet/tcp_input.c optional inet netinet/tcp_output.c optional inet |