summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-12-15 21:24:12 +0000
committerluigi <luigi@FreeBSD.org>2009-12-15 21:24:12 +0000
commit0b02c03e54e6cefe1efe02b0dd9d885768f4d901 (patch)
tree752365f7f5220af9ccccb6fe7b1593804310f6ca /sys/conf
parent2a4bb5bd52199df9430fbf220f37107ffda1b221 (diff)
downloadFreeBSD-src-0b02c03e54e6cefe1efe02b0dd9d885768f4d901.zip
FreeBSD-src-0b02c03e54e6cefe1efe02b0dd9d885768f4d901.tar.gz
more splitting of ip_fw2.c, now extract the 'table' routines
and the sockopt routines (the upper half of the kernel). Whoever is the author of the 'table' code (Ruslan/glebius/oleg ?) please change the attribution in ip_fw_table.c. I have copied the copyright line from ip_fw2.c but it carries my name and I have neither written nor designed the feature so I don't deserve the credit. MFC after: 1 month
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 764000d..f32f4d6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2430,6 +2430,8 @@ netinet/ipfw/ip_fw2.c optional inet ipfirewall \
netinet/ipfw/ip_fw_dynamic.c optional inet ipfirewall
netinet/ipfw/ip_fw_log.c optional inet ipfirewall
netinet/ipfw/ip_fw_pfil.c optional inet ipfirewall
+netinet/ipfw/ip_fw_sockopt.c optional inet ipfirewall
+netinet/ipfw/ip_fw_table.c optional inet ipfirewall
netinet/ipfw/ip_fw_nat.c optional inet ipfirewall_nat
netinet/ip_icmp.c optional inet
netinet/ip_input.c optional inet
OpenPOWER on IntegriCloud