diff options
author | bz <bz@FreeBSD.org> | 2011-04-27 19:36:35 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2011-04-27 19:36:35 +0000 |
commit | 65657fce6578ef31040fa2321c2090efc54e9ebf (patch) | |
tree | 2b3942a26d82b926715eea5d8709306d0ae46fdb /sys/conf | |
parent | 26a10f219568393dd25f0b6701ea777f9af29281 (diff) | |
download | FreeBSD-src-65657fce6578ef31040fa2321c2090efc54e9ebf.zip FreeBSD-src-65657fce6578ef31040fa2321c2090efc54e9ebf.tar.gz |
MfP4 CH=192029:
Expose ip_icmp.c to INET6 as well and only export badport_bandlim()
along with the two sysctls in the non-INET case.
The bandlim types work for all cases I reviewed in IPv6 as well and
the sysctls are available as we export net.inet.* from in_proto.c.
Reviewed by: gnn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after: 4 days
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index a23ff56..104462b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2707,7 +2707,7 @@ 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_icmp.c optional inet | inet6 netinet/ip_input.c optional inet netinet/ip_ipsec.c optional inet ipsec netinet/ip_mroute.c optional mrouting inet | mrouting inet6 |